Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
System.Data.SQLite を使用して、c#/linq 経由で SQLite データベースにアクセスしています。例外の原因となった Take()/Skip() 機能を使用しようとするまで、問題はありませんでした。Take() の場合のエラー メッセージは、「"." 付近の SQLite エラー: 構文エラー」です。これを回避するために私ができることはありますか?
おそらく DBLinq http://code.google.com/p/dblinq2007/が必要です