Hi,
Ive recently switched from VB6 to VB.Net. In VB6 I set up my dbConn As ADODB.Connection then my connection string
Provider=MSDASQL;DSN=SysDSN;
But I have tried this in VB.Net and keep getting a problem I have
Provider=Microsoft.Jet.OLEDB.4.0;DSN=CorlinDSN;
I have a .Net book that is detailing a Data Adapter approach, Can I just make the connection in the forms code?
Thank You for any help.
Ive recently switched from VB6 to VB.Net. In VB6 I set up my dbConn As ADODB.Connection then my connection string
Provider=MSDASQL;DSN=SysDSN;
But I have tried this in VB.Net and keep getting a problem I have
Provider=Microsoft.Jet.OLEDB.4.0;DSN=CorlinDSN;
I have a .Net book that is detailing a Data Adapter approach, Can I just make the connection in the forms code?
Thank You for any help.