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