Ed Leafe wrote: > On Jan 6, 2007, at 2:07 PM, Carl Karsten wrote: > >>> INFORMATION_SCHEMA does exist in some database systems. >> Please give an example. > > > [EMAIL PROTECTED] ~/projects/ide]$ sqlite3 test.db > SQLite version 3.3.5 > Enter ".help" for instructions > sqlite> select count(*) from INFORMATION_SCHEMA.COLUMNS; > SQL error: no such table: INFORMATION_SCHEMA.COLUMNS
I think that Carl's generic getFields() should be used by the dCursorMixin method if INFORMATION_SCHEMA proves to be available, else call the dBackend function. Is that reasonable? -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
