Recent content by MVDivotfixer

  1. M

    OracleCI Unit and Oracle Versions

    Using DOA 4.0.6, Delphi 6. What is the best way to indentify what version of the Oracle Client is in use at runtime? I am looking at the booleans in OracleCI but don't see any 10g references in the help file. Are there any 10g changes in OracleCI? Would you consider it reliable to deduce the...
  2. M

    Oracle 9i, Problems with TIMESTAMP

    Yes. I am not using multibyte however and altering BytesPerCharager from ONE to AUTOMATIC had no effect on my problem. Only switching to OCI7 mode helped... Sign me up for the beta on DOA4! (GRIN)
  3. M

    Oracle 9i, Problems with TIMESTAMP

    Using 3.4.6, Dephi 5/6. Oracle databases in use in our environment: Oracle 7.3.x, which they are migrating to Oracle 9.1.0.2, Oracle 8.1.6 and 8.0.4 (for various test platform reasons). Good news about 4.0. I look forward to it.
  4. M

    Oracle 9i, Problems with TIMESTAMP

    Details Update... Tested in Oracle 9.1.0.2 and 9.2.0.1. Same behavior. Tried using TO_CHAR(x) on my TIMESTAMP field with no success. Note that I am not updating this particular field (indeed would rather leave it out of my query entirely) but its mear presence in the table at all seems to...
  5. M

    Oracle 9i, Problems with TIMESTAMP

    A customer asked me to upgrade a legacy applciation from Oracle 7.x support using the BDE to Oracle 9i support using DOA (latest version). In their updated schema, they have a TIMESTAMP field in all tables. My challenge is that I have an updatable dataset (yes, I include ROWID). Table opens...
Back
Top