PRAGMA table_info(table-name);
http://sqlite.org/pragma.html
----- Original Message ----- From: "Sijmen Mulder" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, February 17, 2005 3:03 PM
Subject: [sqlite] Getting metadata
Hi there,
Is there a way to get information about the format of the database from an appication? IE, I would like to know whether collumn x or table y does exist, and what type they are. So, is it possible to get this information with SQLite?
Thanks in advance,
Sijmen Mulder

