Page 1 of 1

No more connection after sleeping

Posted: Wed 29 Oct 2008 09:12
by JR
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 ?

@++

Posted: Thu 30 Oct 2008 12:25
by Shalex
We don't re-establish connection automatically. You need to call the Open() and Close() methods of the OracleConnection object manually.