Hi,
How can I determine if there is a connection to the Oracle server?
If for example the connection is interrupted by a towed network cable.
Is there a function in the ToraSession component?
Thank you for your support
check connected state
Re: check connected state
Hello
You can call the Ping method to check if connection is established. If connection was lost, then the OnConnectionLost event of TOraSession will be called.
You can call the Ping method to check if connection is established. If connection was lost, then the OnConnectionLost event of TOraSession will be called.