No more connection after sleeping

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
JR
Posts: 1
Joined: Wed 29 Oct 2008 09:06

No more connection after sleeping

Post by JR » Wed 29 Oct 2008 09:12

Hi,

I've a problem with OraDirect .Net Mobile.
When my mobile go sleeping, my Oracle connection is lost. What can I do to force the reconnection automatically ?

@++

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 30 Oct 2008 12:25

We don't re-establish connection automatically. You need to call the Open() and Close() methods of the OracleConnection object manually.

Post Reply