On Fri, May 9, 2014 at 5:20 PM, Ralf Junker <ralfjun...@gmx.de> wrote:

> FireDAC only, and outdated by 2 months at the day of release. Delphi XE5
> SQLite is still at 3.7.17, almost one year behind.
>

​In Delphi XE5 FireDAC either links statically the object files ​
​sqlite3_x86.obj
​/​sqlite3_x64.obj or loads sqlite3.dll and links to its functions via
GetProcAddress() depending to the compiler switch FireDAC_SQLITE_STATIC. So
it should be possible to recompile the units FireDAC.Phys.SQLiteXXX.pas and
either link in any later version of the sqlite3 object files or have it
load the latest dll, provided that you have $(BDS)\source\data\firedac in
your search path.

--Constantine
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to