visual studio - How to get the IBM DB2 provider to work with Entity Framework 4.0 -
can please tell me how db2 provider show in "change data source" dialog window?
steps:
- right-click on edmx design surface.
- select "update model database"
- on update wizard, click "new connection"
- next "data source" textbox, click "change..."
in change data source window, seeing following data sources in list:
microsoft sql server microsoft sql server compact 3.5 microsoft sql server database file <other>
when select "other", see 2 entries in data provider dropdown:
.net framework data provider microsoft sql server compact 3.5 .net framework data provider sql server
how db2 provider(s) show here can use them model db2 tables?
i able connect db2 using vs2010 server explorer. connection string is:
"provider=ibmdadb2.db2copy1;data source=db2thloc;persist security info=true;user id=****;location=****" (stars security)
the provider listed as:
.net framework data provider ole db type: db2 version: 08.01.0005
many in advance
what you're describing enabled visual studio add-in package ibm. currently, there no such package vs2010.
Comments
Post a Comment