Recent content by JediDan

  1. J

    Problem with TOracleQuery

    Thanks... I new it was something simple.
  2. J

    Problem with TOracleQuery

    Hello, I have a TOracleQuery through which I am trying to using INSERT or DELETE statements, but nothing happens when I run the program. When I use SELECT statements, everything seems fine. Here's what I have: OraQuery := TOracleQuery.Create(Self); with OraQuery do begin Session :=...
Back
Top