I'm using System.Data.SQLite to access a SQLite database via c#/linq. I had no problems until I tried to use the Take()/Skip() functionality which caused an exception. The error message in case of Take() is "SQLite error near ".": syntax error". Any ideas what I could do to get around this?
|
feedback
|
|
perhaps you need DBLinq http://code.google.com/p/dblinq2007/ | |||
feedback
|
ObjectQueryand callToTraceString), or just ask in the SQLite forum - the maintainers don't monitor SO regularly. – Stephen Cleary Jul 1 '11 at 14:23