Re: [sqlite] how to get last autoincrement value?

2005-08-03 Thread Dennis Cote
Austin Ziegler wrote: On 8/3/05, Khamis Abuelkomboz <[EMAIL PROTECTED]> wrote: Hi I'm using SQLite in my application and am very excited about this little and fast database. How can I retrieve the last created autoincrement value? On MySQL and SQLServer or just the SQL standard I can fire

Re: [sqlite] how to get last autoincrement value?

2005-08-03 Thread Austin Ziegler
On 8/3/05, Khamis Abuelkomboz <[EMAIL PROTECTED]> wrote: > Hi > > I'm using SQLite in my application and am very excited about this little > and fast database. > > How can I retrieve the last created autoincrement value? > On MySQL and SQLServer or just the SQL standard I can fire the following