25 Oct
2005
25 Oct
'05
11:13 p.m.
Hi Folks! Welcome to the wonderful world of SQLite3. SQLite3 is a library that implements an SQL database engine. The database is stored in one file, not in many files and the engine itself is not a kind of server, which makes it interesting for me to put my databases in such files. See http://www.sqlite.org/ for more details. I've written a unit which is an interface to SQLite3. You may download the unit from http://www.gnu-pascal.de/contrib/eike/sqlite3-gpc-20051025.tar.gz Eike