I am having a problem connecting to an odbc database,
Remedy. It has an odbc driver, but is not sql
compliant. My problem appears to be with the REXX sql
interface's attempt to set a value for autocommit. I
realize the database is supposed to ignore such an
attempt if it does not support autocommit, but the
Remedy odbc driver appears to be choking on the
attempt. Is there a way to prevent the rexx sqlconnect
function from even trying to set a value for autocommit?
I am also looking into whether Remedy has thoughts on
what to do about the problem.
Thanks.