September 25, 2006 at 3:42 pm
September 26, 2006 at 6:33 am
Hello,
You might try setting the commit mode to "Commit Immediate(*NONE)" in the ODBC configuration. The setting is on the "server" tab, "advanced" button of the ODBC settings.
jg
September 26, 2006 at 8:54 am
September 26, 2006 at 10:36 am
Yes, that is the default setting in the ODBC driver. SQL probably overrides that with the default transaction isolation level of READ COMITTED.
Even the lowest isolation level is READ UNCOMMITTED which still requires journaling. I suppose I should have thought of that.
Have you tried it with SET IMPLICIT_TRANSACTIONS OFF?
jg
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply