Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Old - to replace

Code Block
languagematlab
ccurs = exec(conn,SQL);
ccurs=fetch(ccurs);
if rows(ccurs) > 0
  ...
end
close(ccurs)