cancel
Showing results for 
Search instead for 
Did you mean: 
SAP Community Downtime Scheduled for This Weekend

crdb_fielddef.dell Unable to load.

minkyu
Explorer
0 Kudos
310

Hello.

I'm using CrystalReport SP32 pack and running a project on VS2022
If you build x64 at runtime, some report viewer runs
Could not load database connector crdb_fielddef.dll.
Is there any way to build with x64?

Is there an example of creating a database with XML and TTX?

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

IIRC, the TTX driver doesn't exist in the 64-bit SDK. There is, however, and XML driver available. don.williams, please correct me if I'm wrong.

-Dell

minkyu
Explorer
0 Kudos

Stinnrtt-Christy Thank you for your quick answer

Answers (2)

Answers (2)

0 Kudos

SDK uses the same API's as CR Designer does so first thing to do is create a new report using the ADO.NET driver.

The big part here is formatting your XML to be the same as the TTF structure....

Don

0 Kudos

Correct Dell,

TTX is legacy so you need to rewrite your reports to use XML using ADO.NET or the other XML dll.

minkyu
Explorer
0 Kudos

Dell Stinnett-Christy , DonWilliams Thank you all for your answer

My project is all made of TTX, so I need to think about it a lot

Is there an example related to XML conversion?

Once again, thank you for your help