Recent content by masfaw

  1. M

    Oracle export enhancement

    The Oracle Import function in PL/SQL Developer is excellent. The Oracle Import however could use some improvement. 1. Provide an option to specify the "owner". If this field is blank, then export the full database. 2. Provide an option to specify a log file. The file name should default to the...
  2. M

    TOracleLogon bug report

    I am not sure I understand your reply. If you follow the steps described above, pressing the cancel button returns True. Is this not a bug? ------------------ Michael
  3. M

    TOracleSession enhancement request

    In some applications we manipulate the password and/or username in the BeforeLogOn and AfterLogOn events of TOracleSession. This works very nicely with TOracleLogon for normal logons. (The edit fields are updated) However, when changing a user password with TOracleLogon, is their a way we can...
  4. M

    TOracleLogon bug report

    TOracleLogon.Execute return an incorrect value. To reporduce do the following: 1. Start an application with TOracleLogon (This app should be display the TOracleLogon.Execute return value). 2. Enter a bad username or password and click "OK" button. 3. Clear the Oracle error message. 4. Now...
  5. M

    OracleSession bug report

    I think I found a bug in DOA beta 4. To reproduce do the following. 1. Create a simple application with TOracleSession and TOracleLogin. 2. In the IDE set the following OracleSession properties: LoginDatabase, LoginUsername, LoginPassword, DesignConnection = True, and Connected = True. 3...
  6. M

    TOracleDataSet field editor problem

    I get AVs when adding or deleting fields from the field editor dialog under the following condition. 1. Add some TFields using the TOracleDataSet field editor. 2. Modify the TOracleDataSet sql statement so some of the added fields become invalid. 3. Now try to delete the invalid fields in the...
Back
Top