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

Simon Guindon simon at nureality.ca
Sun Oct 25 12:01:44 EDT 2009


I'm also getting this error.
I don't think it's related to using a function that isn't in 3.0 because I'm getting this exception on the connection.Open()
I'm doing the following:
SqliteConnection.CreateFile(dbPath);SqliteConnection connection = new SqliteConnection("Data Source=" + dbPath);connection.Open();
Thanks,Simon

> From: jonpryor at vt.edu
> To: Ali at PlatySoft.com.au
> Date: Sun, 25 Oct 2009 08:26:22 -0400
> CC: monotouch at lists.ximian.com
> Subject: Re: [MonoTouch] Your sqlite3 version is old - please upgrade to at least v3.5.0!
> 
> 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
> 
> 
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
 		 	   		  
_________________________________________________________________
Get Windows 7 for only $39.99—CDN College & University students only. This offer ends Jan 3—upgrade now!
http://go.microsoft.com/?linkid=9691637
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20091025/eed15039/attachment.html 


More information about the MonoTouch mailing list