Search Type: Posts; User: asfez
Search: Search took 0.02 seconds.
-
18 Feb 2009 3:22 AM
Jump to post Thread: Tip: ExtJS, Adobe AIR and SQLite by asfez
- Replies
- 10
- Views
- 11,920
var mx = new Ext.sql.SQLiteStore({
dbFile: 'clippy2.db.sqlite',
key: 'id',
tableName : 'toto',
fields: [
{name: 'id', type:'string'}, // this is your db schema
...
Results 1 to 1 of 1
