Re: [sqlite] Schemas

2005-09-28 Thread Firman Wandayandi
On 9/28/05, Vivien Malerba <[EMAIL PROTECTED]> wrote: > 2005/9/28, Firman Wandayandi <[EMAIL PROTECTED]>: > > On 9/27/05, Vivien Malerba <[EMAIL PROTECTED]> wrote: > > > Hi! > > > > > > I'm working on the SQLite interface between the Libgda library and the > > > SQLite database. For the job, I

Re: [sqlite] Schemas

2005-09-28 Thread Vivien Malerba
2005/9/28, Firman Wandayandi <[EMAIL PROTECTED]>: > On 9/27/05, Vivien Malerba <[EMAIL PROTECTED]> wrote: > > Hi! > > > > I'm working on the SQLite interface between the Libgda library and the > > SQLite database. For the job, I need to know information about the > > database schema, and I'm using

Re: [sqlite] Schemas

2005-09-27 Thread Firman Wandayandi
On 9/27/05, Vivien Malerba <[EMAIL PROTECTED]> wrote: > Hi! > > I'm working on the SQLite interface between the Libgda library and the > SQLite database. For the job, I need to know information about the > database schema, and I'm using the PRAGMA statements regarding > schemas. > > However I

[sqlite] Schemas

2005-09-27 Thread Vivien Malerba
Hi! I'm working on the SQLite interface between the Libgda library and the SQLite database. For the job, I need to know information about the database schema, and I'm using the PRAGMA statements regarding schemas. However I can't find the information about the AUTO INCREMENT attribute of a