This a first approach to add sqlite3 database support to the javascript engine on Synchronet BBS. Synchronet is a powerfull bbs package, you can obtain it from www.synchro.net It's multiplataform and Libre Software =) Sqlite is a simple sql engine, and can be great as backend to doors applications like games, polls, and online bbs modules. Get from www.sqlite.org The file js_sqlite.c have the code of the object and the js_sqlite_SBBS_RELEASE.patch have the updates to the make files to compile it. Also you have a .js test script to se the object in action. NOTE: This patch was made for working on the releases of Sync, and is update to use with it. I think that ar new versions, i will make a patch for every release of Sync. Also, i will update the CVS version too. I Hope that the sync developers can be add this support (or similar) into the cvs tree in the future. At this time the object can execute querys to the database and retrive data and return it as array. First, you must create a Sqlite object, then exec() a query and the result is an array of Row's object. Every row has mapped the name of column as property (see the example). any comments please, mail me ragnarok@bbs.docksud.com.ar ps: sorry my english, if not, learn spanish =) Ragnarok -- Dock Sud BBS http://bbs.docksud.com.ar telnet://bbs.docksud.com.ar