How to connect Access database to a Visual Studio 2005?
Dim X As ADODB.Connection
Dim RS As ADODB.Recordset
Dim RS1 As ADODB.Recordset
i am getting underlined error in adodb.connection, adodb.recordset
i think there is some error in the DSN creation. so anyone please help me to create DSN in the same machine which i am working.



