Yet another database plugin based on sqlite 3.x
The really big advantage of sqlite is that the database is in one file, no installation etc. required.

ATM no really framework just open/close database, execute sql, walk-through resultset, get values, some helper functions
Download

Code:

dllfunction GSTsqlite_OpenDatabase(dbname); // opens a file database SQLite 3.x
dllfunction GSTsqlite_CloseDatabase(); // close database
dllfunction GSTsqlite_Execute(sql);
dllfunction GSTsqlite_NextRow();
dllfunction GSTsqlite_EOF();
dllfunction GSTsqlite_GetString(field, value);
dllfunction GSTsqlite_GetFloat(field, value);
dllfunction GSTsqlite_GetInteger(field, value);



Any suggestions/bug reports here or on my Tasklist


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files