ODBC method in Microsoft.Practices.EnterpriseLibrary.Data
-
Hello, I have a requirement of odbc connection method in Microsoft.Practices.EnterpriseLibrary.Data assembly(version 5). Whether it is available in Microsoft.Practices.EnterpriseLibrary ? Or it there any suitable alternatives for ODBC in Microsoft.Practices.EnterpriseLibrary ? Please help me.
-
Hello, I have a requirement of odbc connection method in Microsoft.Practices.EnterpriseLibrary.Data assembly(version 5). Whether it is available in Microsoft.Practices.EnterpriseLibrary ? Or it there any suitable alternatives for ODBC in Microsoft.Practices.EnterpriseLibrary ? Please help me.
-
Not sure exactly what you want, but I would suggest checking at Enterprise Library 5.0 – May 2011[^].
I want to connect Microsoft Access using Microsoft.Practices.EnterpriseLibrary, for that I need ODBC method.
-
I want to connect Microsoft Access using Microsoft.Practices.EnterpriseLibrary, for that I need ODBC method.
-
I want to connect Microsoft Access using Microsoft.Practices.EnterpriseLibrary, for that I need ODBC method.
srikrishnathanthri wrote:
for that I need ODBC method
No you don't. You can use an OleDb connection to connect to Microsoft Access and that's supported by the DAAB.
This space for rent
-
srikrishnathanthri wrote:
for that I need ODBC method
No you don't. You can use an OleDb connection to connect to Microsoft Access and that's supported by the DAAB.
This space for rent
Pete O'Hanlon wrote:
No you don't. You can use an OleDb connection
but we have migrated from OleDb to ODBC, so we cant go back to OleDb. Is there any other ways for me.?
-
Hello, I have a requirement of odbc connection method in Microsoft.Practices.EnterpriseLibrary.Data assembly(version 5). Whether it is available in Microsoft.Practices.EnterpriseLibrary ? Or it there any suitable alternatives for ODBC in Microsoft.Practices.EnterpriseLibrary ? Please help me.
ODBC can be achieved by GenericDatabase Class of Microsoft.Practices.EnterpriseLibrary.Data Thank you all for your replies.