I am using MS Access 2003 to connect with VB.
I have added all the referencess.
Still there is an error in the line
If conn = "" Then
conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Automobiles.mdb;"
conn.Open
Will you please help me to solve this problem?