VS2010/EntityFramework - Is it possible to execute generated sql for a Sqlite database?
- by Greg
Hi,
VS2010/EntityFramework - Is it possible to execute generated sql for a Sqlite database? (like you can for SQL Server).
When I try to do this I only seem to get SQL Server type options re which database to execute the SQL against (even though my Entity Framework design was based on the initial/successful upload from a SQLite database)