On 23.01.2014 11:28, dean gwilliam wrote:

More specifically...is there the equivalent of that powerbasic include
file for D5 i.e. that enables you to access the dll's function calls
unchanged?
Failing that...anything that will let me work with the latest sqlite 3 dll
The meaner and leaner...the better.

DISQLite3 meets your requirements:

  http://yunqa.de/delphi/doku.php/products/sqlite3/index

* Delphi 5 support, among a dozen other Delphi compilers.
* Compiles directly into applications, no need for sqlite3.dll.
* Supports the *complete* SQLite3 API.
* Includes FTS and numerous extensions.
* UTF-8 string conversion functions provided.
* Many Delphi demo projects.
* Exhaustive documentation.

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

Reply via email to