SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, DYNSIZARR
  Host variable <str> is an array whose bounds are determined at
  runtime

  Explanation:  The SQL precompilers do not support references to
  arrays whose bounds are determined at run time
  (dynamically-sized arrays).

  User Action:  Assign the value in the dynamically-sized array to
  a field which is not in a dynamically-sized array before using
  it in an SQL statement.
Close Help