|
Written by Administrator
|
|
Saturday, 30 June 2007 15:01 |
|
Page 1 of 4 GSTsqlite
GSTsqlite is a database plugin based on sqlite for 3DGamestudio >6.xx from Conitec.
Manual
| GSTsqlite
Version:1.3.0 
database plugin for 3DGS
>= A6.6 & A7 & A8
lite-c & c-script
built with file based, proven db system sqlite 3.7.0 from july 2010
see manual |
|
2007-06-29 564.5 KB 2088 |
|
Highlights
- database in one file
- easy framework
- helpful tools
Features
- the databases are single file - all tables, views, triggers and other DB objects are kept in a single file
- No static configuration is needed. The application just opens a database, optionally adjusts the behavior of the interface and executes SQL queries over the opened database.
- Fairly good level of SQL92 support. Support for triggers, views, indices.
- Full support for sub-queries
- Transactions support. While nested transactions are not supported the one-level transactions can pack unlimited number of SQL statements.
- Faster than most of the other embedded databases.
- Independent of ADO, Jet, OLEDB. No compatibility and version issues if the both DLL are with your application nothing else is needed.
|
|
Last Updated on Friday, 20 November 2009 23:44 |