Recent content by holger.sachs

  1. H

    Disk Mirroring and Commit

    Hi everyboy We have a question from a client regarding Oracle Disk Mirroring and our Program (written in D7 using DOA 3.4.6.1) "For full disk mirroring, does it assume completion of an executed commit or does it wait to received notification (e.g. after mirroring completed)" I thik DOAs send...
  2. H

    List of Aliases from Oracle Name Server

    Hi, In Doa exists a function to retrieve a list of all aliases from the TNSNAMES.ORA File. Is there any chance to get such a list from an Oracle Name Server??? TIA Holger
  3. H

    Oracle 9i Client and Nameserver

    Can anyone confirm that this is a DOA Bug?? DOA will not work with Oracle 9i and Oracle Nameserver???
  4. H

    Oracle 9i Client and Nameserver

    It also doesn't work with the Oracle 9i Nameserver. Seems to be really a DOA Problem Holger
  5. H

    Oracle 9i Client and Nameserver

    Hi, we have a problem with Oracle 9i Client and DOA. - We have an Oracle 8i Nameserver and an Oracle 9i Client. - 2 TOracleSession Components in the Application. The first connect (Session 1) to a Database is fine. The second connect (Session2) is not possible: (Could not resolve Service...
  6. H

    DOA in French!

    Hi, the same in German... unit DOAGerman; interface implementation uses OracleData, OracleLogon; initialization begin { Translate Direct Oracle Access strings to German } dmRecordLocked := 'Der Datensatz ist von einem anderen Benutzer gesperrt.'; dmRecordChanged := 'Der Datensatz wurde von...
  7. H

    Could Not Locate OCI dll

    Samuel, ist the c:\orant\bin drectory in your Path ?? Holger
  8. H

    HOWTO: Get only some rows

    Michael, set the "QueryAllRecords" property ot the OracleDataset to FALSE Holger
  9. H

    Could not load oci.dll error

    Is the path with the OCI.dll file (C:\orant\bin e.g.) in the environment path ?
  10. H

    Autocommit

    Hi in the 3.3.1 Version of DOA I get a message that the AutoCommit Property is obsolete and will be removed in the next Version. Im using this property for the following reason Example: A form to add some records into one ore more Tables , OK Button, Cancel Button In the OnShow Event of...
Back
Top