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 select statement:
SELECT @@IDENTITY

Is there a similar way to do so in SQLite?

Thanks
Khamis

--
Try Code-Navigator on http://www.codenav.com
a source code navigating, analysis and developing tool.
It supports following languages:
   * C/C++
   * Java
   * .NET (including CSharp, VB.Net and other .NET components)
   * Classic Visual Basic
   * PHP, HTML, XML, ASP, CSS
   * Tcl/Tk,
   * Perl
   * Python
   * SQL,
   * m4 Preprocessor
   * Cobol

Reply via email to