> On Feb 5, 2017, at 5:27 AM, Clyde Eisenbeis <cte...@gmail.com> wrote:
> 
> I posted "[sqlite] Retrieve INTEGER PRIMARY KEY" a few days ago.  The
> only solution proposed appears to use sqlite3.

I think you’re confusing sqlite3 the library with its C API.

You’re _already_ using the sqlite3 library, in the form of a .NET library that 
wraps around it providing a C# API.
What you’re saying here is that the solution for your problem requires calling 
the C API, because there’s no C# API equivalent to it.
I don’t know if that’s true or not … but it’s going to be easier to discuss the 
issue if you use terminology that makes sense to us.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to