At app startup, I need to define the path to the DLL for the Sqlite3 before the SQLite components open a database.
CUrrently the DLL is located in the project path which is fine however, this project is going to be 32/64 bit, and I need to have it point to the correct DLL on startup! I will have these DLLs loaded in their own folders, one for 64 and the other for 32 bits.
I did see a function that looks like it could be it in the SQLConn unit, but I can't be sure of that.
I suppose I could have the 2 EXE's also in a separate folder within the project but that would cause another issue.
Any thoughts?
Jamie