Recent content by Ken Leach

  1. K

    Delphi 6 Support

    When will a Delphi 6 version be available?
  2. K

    JDBC Native drivers?

    I am looking for a comp. suite just as well written as DOA.. to connect to an ODBC or JDBC data source... without using the BDE... Any Suggestions?
  3. K

    CheckConnection

    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...
  4. K

    CheckConnection

    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...
  5. K

    TOraclePackage with returning null string

    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'...
  6. K

    Oracle Client Leaks...

    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...
Back
Top