[AccessD] SQLiteDB, tiny engine

Gustav Brock gustav at cactus.dk
Thu Nov 11 09:05:40 CST 2004


Hi all

For those of you looking for an alternative SQL server engine which
will run on both Linux and Windows, have a look here for an Open
Source completely free *tiny_tiny* basic engine:

  http://www.terrainformatica.com/users/george/index.html

Note that you will have to manually register the dll.

<quote>

SQLiteDB is a full database engine in a ~330Kb DLL built as an ATL
COM wrapper over sqlite. And it is *fast* ..."

SQLiteDB's object model is similar to ADO, featuring both a
Connection and Recordset object. There are, however, differences
between the libraries:  

 - SQLiteDB does not include a Fields Collection; the main reason for
this is simplicity and speed. 

 - ADO is only a library to connect to other database engines, SQLiteDB
is both the database engine and the library to connect to it. 

</quote>

SQLite (mostly for C++ people) is here:

  http://www.sqlite.org


/gustav




More information about the AccessD mailing list