Recent content by VanRoie

  1. V

    sometimes ORA-12154 in a COM+ Application

    Sir, We have a Com+ application DOA 3.4.5. and Oracle 8.1.6 Windows 2000 advanced server running on a bi-processor PC After a certain time, we got a ORA-12154 (TNS name not resolved) when connecting to the Database and just after a oranl8.dll access violation. We have developped our own...
  2. V

    Using DOA with MTS

    I am also interested by the Database pooling feature of MS-MTS/COM+.
  3. V

    using oracle reserved word as FieldName

    We have some existing oracle 8 table having MODE, LANGUAGE, CONSTRAINT as FIELD NAMES We open a live query with SELECT * FROM TABLE WHERE ... when Inserting or updating a record we got ORA 01747 invalid user.table.column, ... The oracle monitor display the following statment insert into ACT...
  4. V

    Version 3.4.2 - still having problems with hang when terminating application!

    Hi, I try your fix but it did not work. Here is the code I use uses ... OracleMonitor, ... ... initialization finalization if Assigned(InternalMonitorFinalize) then InternalMonitorFinalize; the code still hang up in the InternalMonitorFinalize; The program is a Three tiers...
Back
Top