Reputation: 1
I have built an ASP.NET classic application that references an ODBC connection to a DBISAM database.
When I try to connect to the same database in a MVC2 application I do not see any option to select an ODBC Data Source.
I right-click on my Models folder and select Add -> New Item
Choose "Data" on the left panel
Select ADO.NET Entity Data Model than click "Add"
Options were:
ADO.NET Entity Data Model
DataSet
LINQ to SQL Classes
SQL Server Database
XML File
XML Schema
XSLT File
Select "Generate from database..... click "Next"
Here I am presented with a "Choose Your Data Connection" screen. When I click the "New Connection" button I am given a "Choose Data Source" screen.
I am only presented with the following options on the "Choose Data Source" screen:
Microsoft SQL Server
Microsoft SQL Server Compact 3.5
Microsoft SQL Server Database File
Thank You for all help provided!
Upvotes: 0
Views: 733
Reputation: 7041
if you want to connect to Oracle be sure to use the Oracle ODP, http://www.oracle.com/technetwork/topics/dotnet/index-085163.html
Upvotes: 1