Sorry, I meant for 3.x. Does it work for anyone?
try IeToolbox Passwords & Notes Keeper, Form Filler and much more
www.ietoolbox.com
[EMAIL PROTECTED] wrote:
EzTools Support <[EMAIL PROTECTED]> writes:
When I issue PRAGMA table_info for an existing table, I get the column
names back, but no values. Does it work for anyone else?
In 2.8.15, the command
pragma table_info(tablename);
works as it's intended, returning one row for each column in the table. Each
row contains the cid, name, type, notnull, dflt_value and pk values.
Derrell