Page 1 of 1

OraDirect .NET Mobile -- no reconnect possible

Posted: Fri 11 Nov 2005 08:44
by KI-stefan
After loosing WLAN we get an error 'unable to write data to the transport connection' by trying to call a DB procedure.
Then we close the connection and open it again.
Open is without error - the parameter ConnectionState is 1.
When we then try to call the DB procedure we get the error 'unable to write data ... ' again.
What to do ?

Posted: Fri 11 Nov 2005 16:06
by Paul
We reproduced your problem and fixed it. This fix will be included in the next OraDirect .NET build.

Posted: Fri 11 Nov 2005 16:11
by Paul
Try to set Pooling=false to OracleConnection.ConnectionString as a workaround