[Mono-bugs] [Bug 567903] error CS1061: Type `Mono.Data.Sqlite.SqliteConnection' does not contain a definition for `LastInsertRowId'

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 4 14:21:04 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=567903

http://bugzilla.novell.com/show_bug.cgi?id=567903#c2


Marek Habersack <mhabersack at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |WONTFIX
           Severity|Critical                    |Minor

--- Comment #2 from Marek Habersack <mhabersack at novell.com> 2010-01-04 20:21:03 CET ---
SqliteConnection.LastInsertRowId is gone from 2.6+ version of Mono.Data.Sqlite.
If you need it, link your application against Mono.Data.SqliteClient (but
beware it is deprecated). Current Mono.Data.Sqlite version is a port of
http://sqlite.phxsoftware.com/ with the minimum set of changes.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list