[Sqlrelay-discussion] [sqlrelay] Cursor Error
Brought to you by:
mused
|
From: <b-r...@ro...> - 2009-06-15 20:49:51
|
I've been working with the most recent version for a couple weeks, and for the most part, it functions quite well. However, periodically I get the following error: Failed to get a cursor id. A network error may have ocurred. Since I'm not going across the network, I know that is not the problem. However, there doesn't seem to be any other information out there on this error. The query (SELECT) itself is perfectly valid, and will execute if I simply rerun it. However, when it happens in a web script, an end user gets a script failure message on their browser, which isn't very elegant. My questions: 1) What is happening? 2) Is there a solution to the problem? 3) Is there a preferred kludge (such as checking for this specific error text and rerunning the query if found) if there is no solution? Thanks. Roger |