I have been working with Entity Framework with Microsoft SQL Server (via SqlClient
) and recently required to connect to an external database via ODBC connection.
Here are my questions:
- Is EF on ODBC doable?
- IF yes, how? or If No, what other option if OBDC is a must.
- Any sample EF on OBDC project for reference?
Thanks.