Subject | ServerAutoCommit issue |
---|---|
Author | Steve Harp |
Post date | 2005-07-23T23:26:25Z |
Hi All,
I'm using a TIB_Transaction component in my data module. The
ServerAutoCommit property is set to False in the object inspector.
I've grepped my code and the property isn't being changed anywhere.
However, when I call the StartTransaction method, I get an error
"Explicit trans. not allowed with ServerAutoCommit". I have to
manually set the ServerAutoCommit to False right before calling the
StartTransaction to avoid the error.
What would cause this property to be set to True?
Thanks,
Steve
I'm using a TIB_Transaction component in my data module. The
ServerAutoCommit property is set to False in the object inspector.
I've grepped my code and the property isn't being changed anywhere.
However, when I call the StartTransaction method, I get an error
"Explicit trans. not allowed with ServerAutoCommit". I have to
manually set the ServerAutoCommit to False right before calling the
StartTransaction to avoid the error.
What would cause this property to be set to True?
Thanks,
Steve