Hi,
I'm getting the following error message
Not a valid file name with the line highlighted as strConnection.Open()
This occurrs when I try to retrieve data from my Access 2000 database.
The strConnection is declared as follows:
Dim strConnection As New System.Data.OleDb.OleDbConnection("Provider = Microsoft.Jet.OleDb.4.0;Data Source =
I have also been getting an error about not being able to find an ISAM, or something like that. I'm not getting the error this morning, but I'm sure it will resurface!
Any help/comments would be greatly appreciated. Thanks in advance
Jane
I'm getting the following error message
Not a valid file name with the line highlighted as strConnection.Open()
This occurrs when I try to retrieve data from my Access 2000 database.
The strConnection is declared as follows:
Dim strConnection As New System.Data.OleDb.OleDbConnection("Provider = Microsoft.Jet.OleDb.4.0;Data Source =
I have also been getting an error about not being able to find an ISAM, or something like that. I'm not getting the error this morning, but I'm sure it will resurface!
Any help/comments would be greatly appreciated. Thanks in advance
Jane