Recent content by Frantic

  1. F

    AV when using TOracleSession from different threads

    Marco, thank you for your answer! I checked: every thread has it's own TOracleQuery... But I found an error in TOracleSession: There is a method called TOracleSession.InTransaction. It uses internal Query: TOracleQuery object to execute simple SQL request. This object is created once for every...
  2. F

    AV when using TOracleSession from different threads

    Hi! I have 2 threads: 1 is calling Oracle stored procedure 2-3 times per second 2 is main thread When first is active and second one calls some Oracle procedure, I get Access violation at address 60667232 in module 'OraClient9.Dll'. Read of address 0000000C Additional information: I have...
Back
Top