Recent content by orapal

  1. O

    Error when using bind variables.

    That's it, thank you.
  2. O

    Error when using bind variables.

    Hello, (Delphi2006, Oracle9i) consider the folowing SQL: SELECT * FROM V$SQL_PLAN B WHERE B.ADDRESS=HEXTORAW(:addr) AND B.HASH_VALUE=TO_NUMBER(:hashv) DeclareAndSet('addr', otString, sqladdr ); // works ok DeclareAndSet('hashv', otString, hashval ); // causing problems //sqladdr =...
Back
Top