Recent content by nico

  1. N

    64-Bit Oracle

    Can I use the DOA components (4.0.7.1) with 64-Bit Oracle Server and 64-Bit SQL*Net?
  2. N

    PL/SQL Developer crashes

    Please could you explain, why it is necessary to disable the optimization flag?
  3. N

    PL/SQL Developer crashes

    There are two kinds of crashes. The first one is that the PL/SQL Developer (and also our application) is closed without any message. And the other is a error message "Access violation at address 00000000. Read of address 00000000". btw. sorry for choosing the wrong forum.
  4. N

    PL/SQL Developer crashes

    Hi, I have a problem using the PL/SQL Developer with the following configuration: database client: OCI 9.2.0 OS: Windows 2003 Server SP1 (access via terminal server) db server: 10.2 OS: Windows 2003 Server SP1 The PL/SQL Developer 6.0.5 (and our application using DOA 4.0.6.2 too) crashes...
  5. N

    "Save as" dialog

    No, I'm executing the application on my box (W2K). I tried the 5.1.6 version with normal behaviour. Also in version 6.0.0 the dialog had normal (Win95) style. Thanks, nico
  6. N

    "Save as" dialog

    Is it possible that the "Save as" dialog is in PL/SQL Developer 6.0.2.880 in old (Win 3.1) style? I'm also missing the overwrite prompt. Or is there a new option in the preferences ? Thanks, nico
  7. N

    OCIDLL Problem

    Hello, I have a problem starting a Delphi 5.0 application with DOA 3.4.0. I get a "Oracle Logon" Error "Could not find procedure entry point 'xOCIReset' in Dynamic Link Library ora805.dll.' There is a oracle 8.0.5 client under Windows NT and a 8i server under HP-UX. The ORA_HOME is a mapped...
  8. N

    OnApplyRecord

    I want to insert,update delete a table with the OnApplyRecord event. The rowid is selected in the SQL statement. procedure TMyForm.OracleDataSet1ApplyRecord(Sender: TOracleDataSet; Action: Char; var Applied: Boolean; var NewRowId: String); var RetVal: Integer; begin Applied := False; case...
Back
Top