<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Question for odbc stored process:<br>
    <br>
    I read odbc document, found that sql_query return: <br>
    <a name="sql_query-3"><span class="bold_code">ResultTuple |
        [ResultTuple] |{error, Reason}<br>
      </span></a><br>
    result_tuple() = {updated, n_rows()} | {selected, col_names(),
    rows()}<br>
    <br>
    But for transaction: the return should be like:<br>
    <span style="color: rgb(0, 0, 0); font-family: Arial; font-size:
      14px; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: 26px; orphans: auto;
      text-align: left; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; display: inline !important; float:
      none; background-color: rgb(255, 255, 255);">{executed, 1,
       [{19}]}<br>
      General format maybe : {executed, n_rows(), [{Out1, Out2 ...]<br>
      <br>
      I read odbc test files, found executed, but that is only text, not
      real test. <br>
      <br>
      Jack Thomas<br>
    </span><br>
  </body>
</html>