TOracleSession.Connected

MaDonath

Member
I think there is an error in the 'Connected' property of TOracleSession.

'Connected' is true if the connection has been interrupted externally. (ORA error 3114 'not connected to ORACLE')

Should not 'Connected' be false in this case?

Markus
 
Not really. The Connected property only indicates that you have made a connection. It does not change due to server errors.
 
Back
Top