Recent content by MichaelB

  1. M

    Feature Request

    Can you modify the TOracleDataset to include a property which would allow the dataset to automatically populate CLOB / BLOB fields with Empty_Clob() / Empty_Blob() even if the TMemoField / TBlobField value is NULL? Maybe add an "InitializeLobLocators" entry to the OracleDictionary. Default it...
  2. M

    TOracleEvent.Stop --> ORA-03113

    Marco, ***Note*** When the TOracleEvent component creates its copy of the OracleSession, it doesn't (currently) copy the state of the SQLTrace property!!! If you want to enable tracing in you're OracleEvent calls, you (currently) have to hack the code to do so. Please add a request to modify...
  3. M

    View containing 'rowid' does not work

    Torben, The TOracleDataset component uses the ROWID internally to update the table when you post updates to a record. It hides the value from you (making the assumption, I suppose, that the only reason you included a ROWID element in your query was because the DOA docs said to ). You can...
  4. M

    TOracleEvent.Stop --> ORA-03113

    Hi, I'm still getting ORA-03113 errors when trying to stop a TOracleEvent component that's monitor DBMS_ALERT messages from my database. This is happening with Oracle 8.0.5.2.2 (which my DBA assures me is a latest and greatest 8.0.5 patch available as of last month) and 8.1.6.0.0. If this is...
  5. M

    No Net8

    That sounds like a great idea, Chris! Is the java source code for the JDBC drivers available? If so, how about setting up a working group to work on the implementation? ------------------ Michael Bonner Programmer/Analyst III City of Fresno E-Mail: michael.bonner@ci.fresno.ca.us Visit our...
Back
Top