vote up 0 vote down star

SQLite first timer, and I want to use Linq for data access.

I made a SQLite database with sqliteadmin, and added it as a data source in VS2008. The problem is that when i try to drag&drop a table from the server explorer to the .dbml file, i get the error:

"The selected object(s) use an usupported data provider."

I used .NET Framework Data Provider for SQLite when i defined the data connection.

flag

73% accept rate

2 Answers

vote up 1 vote down

As far as I know Linq-to-SQL can only be used with SQL Server databases

link|flag
vote up 1 vote down

LINQ to SQL doesn't support SQLite, but it looks like this SQLite provider supports the Entity Framework, so you should be able to use LINQ to Entities.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.