I am running CheckConnection with a true param, before every procedure in my app that uses the TOracleSession. I seems to be making multiple connections to the database even though the old connection is still valid?
Should I simply check the connected property and then call CheckConnection if that is false? Seems redundant? Suggestions? (I am running D5 and Oracle 8.1.7)
Should I simply check the connected property and then call CheckConnection if that is false? Seems redundant? Suggestions? (I am running D5 and Oracle 8.1.7)