Recent content by StephanAC

  1. S

    Problem with Oracle Objects: Values are corrupt

    Hmm no new information yet ?
  2. S

    Problem with Oracle Objects: Values are corrupt

    Hi there, do you have any new information about the issue ? Cheers, Stephan
  3. S

    Problem with Oracle Objects: Values are corrupt

    Sorry I missed the corresponding Delphi Code: [i] [color=#3333FF] var orqueTemp : TOracleQuery; intLauf : TVariableData; refTemp : TOracleReference; obj : TOracleObject; result :Variant; begin orqueTemp := TOracleQuery.Create(NIL); orqueTemp.Session :=...
  4. S

    Problem with Oracle Objects: Values are corrupt

    Hi there, we have a serious problem with PL-SQL Developer (8.0.1.1502) and Direct Oracle Access (4.0.7). We use Oracle 10.2.0.4.0. We use Oracle Objects with inheritance. If a pointer/varchar, etc. is used in the hierarchy the fields in the last object in the hierarchy are corrupt. In our...
Back
Top