Hey guys and gals. First post on dotnettalk forums but Ive been on your sister site vbtalk. So, hey there!
I have some general questions about ADO .NET. Ive done some reading on MSDN and such and Im still a little foggy.
Im porting some db access code from VB6 to .NET. In VB6 I used ADO 2.5 reference (Microsoft ActiveX Data Objects 2.5 Library). Now, when porting to .NET code, I am not referencing this VB6 reference. Instead I am using the Imports ADODB statement.
1st question: Using the Imports ADODB statment, is this considered ADO .NET?
When reading about ADO .NET I dont see this listed as a data provider. Therefore Im confused if Imports ADODB is ADO .NET.
2nd question: Using the Imports ADODB statment in .NET allows my connection strings for both SQL Server and Oracle to connect correctly. If Imports ADODB is not ADO .NET then what is an option that allow connectivity for both SQL Server and Oracle?
Thanks in advance!
I have some general questions about ADO .NET. Ive done some reading on MSDN and such and Im still a little foggy.
Im porting some db access code from VB6 to .NET. In VB6 I used ADO 2.5 reference (Microsoft ActiveX Data Objects 2.5 Library). Now, when porting to .NET code, I am not referencing this VB6 reference. Instead I am using the Imports ADODB statement.
1st question: Using the Imports ADODB statment, is this considered ADO .NET?
When reading about ADO .NET I dont see this listed as a data provider. Therefore Im confused if Imports ADODB is ADO .NET.
2nd question: Using the Imports ADODB statment in .NET allows my connection strings for both SQL Server and Oracle to connect correctly. If Imports ADODB is not ADO .NET then what is an option that allow connectivity for both SQL Server and Oracle?
Thanks in advance!