Hi again robodent,
Could you please Copy and Paste the piece of code with the error?
I used this to test and it works, all you need to change is the path, but the Dialog takes care of that:
Dim strConn As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=D:\Documents\Solutions\Time Tracker\ProjectTimeTracker.mdb"
Dim cn As New OleDbConnection(strConn)
cn.Open()
PS: if you hard code the connection string, does it work? also you DO have access or the Microsoft Data Access Components (Mdac) installed.
Good luck mate
________________________________
I'm just a noob...
|