Recent content by edelklaus

  1. E

    Open state of TOracleQuery

    Thanks, Marco! But this means, that there's no way to check if the Select-statement in the TOracelquery has been executed (is open now)? By, Klaus
  2. E

    Open state of TOracleQuery

    Hello there! I have to check whether a selcet-statement via an TOracleQuery is "opened" or not. Since TOracleQuery ha sno "active" property the only way to achive this I found is to implement an try-except block. Within that I try to access a field of the query. If the TOracelQuery is open...
Back
Top