I have used this connection string many times in the past for a database/VB code, but for some reason I keep getting this error now:
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
This is the connection string
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
This is the connection string
Code:
Dim cmdLookupMachines As New ADODB.Command
Dim rsMachinesIdLookup As New ADODB.Recordset
cmdLookupMachines.ActiveConnection = "'Driver={Microsoft Access Driver (*.mdb)};Dbq=\\servname\sharedname\folder1\folder2\folder 3\Stripette Database.mdb;"[\CODE]
Any ideas why it would fail to connect??
Thanks,
Kai-What?