odbcSetAutoCommit(channel, autoCommit=TRUE)odbcConnect.odbcSetAutoCommit stops if channel is an invalid
connection. The function returns (-1) on error, (0) on success and (1)
on success with a message that would be returned by
odbcGetErrMsg.commit
or rollback. By default, new connections are in auto-commit mode. If auto-commit
mode has been disabled, an SQL commit statement must be
executed in order to commit changes; otherwise, pending database
changes will not be saved.