On 12/17/06, Jay Sprenkle <[EMAIL PROTECTED]> wrote:
On 12/16/06, Firman Wandayandi <[EMAIL PROTECTED]> wrote:

> I meant, I want retrieve the information of the column or schema as
> much as possible, so I can build a new schema based on it. Then I need
> to know if column is a UNIQUE or not and so on.


select * from sqlite_master;

It tells you about the schema


Yeah, as I thought before. Well nevermind, I should parse the table schema then.
Thanks

--
Firman Wandayandi <http://firmanw.org/>

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to