Suddenly ODBC driver does not work
- From: "Rolf Rosenquist" <rolf@xxxxxxxxxx>
- Date: Sun, 27 Nov 2005 19:33:58 +0100
I have an application that has worked fine for more than 2 years. Suddenly
the users and I get an error message when trying to open the MySql database
for writing. The web host says that I may have a too complicated script or
anything else. So far no help from them.
The page stops and shows "ODBC Drivers error '80040e21'
ODBC driver does not support the requested properties. "
My code here is stopping at the last line:
Dim rsProgr
Set rsProgr = Server.CreateObject("ADODB.Recordset")
rsProgr.Open "Program", objConn, adLockPessimistic, adCmdTable
After many tries with this error message, it suddenly works again as if no
fault has happened. And later, the same story again.
Anyone knows where to start?
/ Rolf
.
- Follow-Ups:
- Re: Suddenly ODBC driver does not work
- From: Bob Barrows [MVP]
- Re: Suddenly ODBC driver does not work
- From: Bob Barrows [MVP]
- Re: Suddenly ODBC driver does not work
- Prev by Date: Re: IIS Permissions help needed
- Next by Date: Re: Suddenly ODBC driver does not work
- Previous by thread: Re: Data Access Layer
- Next by thread: Re: Suddenly ODBC driver does not work
- Index(es):
Relevant Pages
|