Connection closed and SlqState 08003 but the connection is opened.
I've a very bad problem.
I've a Prepared statement I try to execute but I get a Vendor code 17009 and a SqlState 08003.
The Vendor code is translated to "Connection closed" (I see it in italian) but translation may be wrong.
Anyway just before the execution I test :
. the statement and is not closed
. the connection and is not closed
. the connection is valid
then I execute and I get the SqlRecoveableException I discussed before.
In the catch part I test again the statement and the connection and they are still opened.
What's can be wrong ?
Tks
Tullio