We are writing a ASP.NET/VB.NET web site that uses an Access 97 database (legacy requirement).
It is running fine most of the time, except that about every 100th request sent to the database, we are receiving the Keyword Not Supported: Provider error. This happens on all 3 of our machines and a remote machine over which we have no control. So although it is sporadic, it is not a wierd issue having to do with how one particular PC is configured.
The connection string we use is the following:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\CBR32\Priv\Priv.mdb;User Id=;Jet OLEDB
atabase Password=xxx".
Any ideas?
Thanks,
John Wildanger
It is running fine most of the time, except that about every 100th request sent to the database, we are receiving the Keyword Not Supported: Provider error. This happens on all 3 of our machines and a remote machine over which we have no control. So although it is sporadic, it is not a wierd issue having to do with how one particular PC is configured.
The connection string we use is the following:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\CBR32\Priv\Priv.mdb;User Id=;Jet OLEDB
Any ideas?
Thanks,
John Wildanger