On 2011-05-24 09:28, Ruth Ivimey-Cook wrote:
> Folks,
>
> Has anyone successfully used system.data.linq and system.data.sqlite
> together with the linq CreateDatabase function?
>
> When I try, I get an exception "syntax error near "DATABASE"".
>
> If I try to query database existence using Linq's "DatabaseExists" I get
> a NotImplemented exception in the sqlite ChangeDatabase function - which
> doesn't make sense to me.

I have never in my life messed with Linq, but I did poke around a bit 
getting the testlinq program to work.

Does it work for you?  You'll probably have to fix the connection 
strings in the App.Config for it.

Joe D
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to