OraDirect .NET Mobile -- no reconnect possible

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
KI-stefan

OraDirect .NET Mobile -- no reconnect possible

Post by KI-stefan » Fri 11 Nov 2005 08:44

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 ?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Fri 11 Nov 2005 16:06

We reproduced your problem and fixed it. This fix will be included in the next OraDirect .NET build.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Fri 11 Nov 2005 16:11

Try to set Pooling=false to OracleConnection.ConnectionString as a workaround

Post Reply