Revdb error occuring because of "pre-fetch"??
Posted: Thu Jan 28, 2010 4:13 pm
I have a very simple stack which contains a button script that will connect directly to a MySQL database (over the Internet) and run some simple queries.
There are no handlers for "preOpenStack" "openStack" "preOpenCard" or "openCard"
Whenever I open the stack, I get this error:
"There was an error in connecting to the database. Please check that the connection fields are correct.
Revdb error: Can't connect to MySQL server on 'localhost' (10061)"
To find out when it occurred, I put handlers for the open messages and found that the error occurs AFTER the preOpenStack, but before the other three.
I tried building a standalone to see if that mattered. Same error.
The stack functions perfectly. But it throws an error when it opens. What's happening? Is Rev trying to pre-fetch a connection to a localhost ODBC driver or something?
Rev 4.0.0 gm-1 Enterprise Windows XP SP 3
Thanks.
Ray
There are no handlers for "preOpenStack" "openStack" "preOpenCard" or "openCard"
Whenever I open the stack, I get this error:
"There was an error in connecting to the database. Please check that the connection fields are correct.
Revdb error: Can't connect to MySQL server on 'localhost' (10061)"
To find out when it occurred, I put handlers for the open messages and found that the error occurs AFTER the preOpenStack, but before the other three.
I tried building a standalone to see if that mattered. Same error.
The stack functions perfectly. But it throws an error when it opens. What's happening? Is Rev trying to pre-fetch a connection to a localhost ODBC driver or something?
Rev 4.0.0 gm-1 Enterprise Windows XP SP 3
Thanks.
Ray