LiteDAC

Database Specific Aspects of 64-bit Development

SQLite Connectivity Aspects

Using client library:

If you are developing a 64-bit application, you have to be aware of specifics of working with client libraries at design-time and run-time. To connect to a SQLite database at design-time, you must have a 32-bit SQLite client library. You have to place it to the C:\Windows\SysWOW64 directory. This requirement flows out from the fact that RAD Studio XE2 is a 32-bit application and it cannot load 64-bit libraries at design-time. To work with a SQLite database in run-time (64-bit application), you must have the 64-bit client library placed to the C:\Windows\System32 directory.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback