I understand that is what it is SUPPOSE to do. However I would see multiple EXTRA connections when I placed a check before each call to a ToracleQuery to be sure the database connection was still there! I was there and working, but the check still opened a new one? I know that is not what it...
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...
When I call a integer function in a package and it returns null string for one of it OUT params.. I need to know how to test is for being null... I get an "invalid variant operation now.. how can I test for this?
lvi_current_count:=DOASP_filter.CallIntegerFunction('VALIDATE_FILTER_ITEMS'...
We have been running boundschecker on D5 with DOA 3.3
We have noticed many leaks in the OCI DLL's Has anyone else seen these?
We can NOT run our app for to long.. since all resources are consumed, and totally screws up the machine, and forces a reboot.
Our application is multi threaded...