[MonoTouch] Your sqlite3 version is old - please upgrade to at least v3.5.0!

Jonathan Pryor jonpryor at vt.edu
Sun Oct 25 08:26:22 EDT 2009


On Sun, 2009-10-25 at 19:07 +1100, Ali Shafai wrote:
> I'm trying to use  Sqlite in my app using the lib from here :
> http://monotouch.net/Documentation/System.Data
> 
> when I run my app I get this error: Your sqlite3 version is old -
> please upgrade to at least v3.5.0!

Can you provide source code that demonstrates this bug?

Also keep in mind the limitations:

	http://monotouch.net/Documentation/System.Data#Mono.Data.Sqlite

You're probably attempting to use one of the functions that isn't in
SQLite v3.0 (which is what iPhoneOS provides).

Thanks,

 - Jon




More information about the MonoTouch mailing list