Uwe Grauer wrote: > It' not possible to set AutoCommit to True for firebird. > > File "/home/uwe/mysrc/ugfw/fwadm/EtypEnumForm.py", line 39, in > createBizobjs > etypBizobj.AutoCommit = True > File "/usr/lib/python2.5/site-packages/dabo/biz/dBizobj.py", line > 1485, in _setAutoCommit > self._syncWithCursors() > File "/usr/lib/python2.5/site-packages/dabo/biz/dBizobj.py", line > 1470, in _syncWithCursors > crs.AutoCommit = self._autoCommit > File "/usr/lib/python2.5/site-packages/dabo/db/dCursorMixin.py", line > 2022, in _setAutoCommit > self.BackendObject.setAutoCommitStatus(self, val) > File "/usr/lib/python2.5/site-packages/dabo/db/dBackend.py", line 211, > in setAutoCommitStatus > raise ValueError, "Can't set AutoCommit to True for this backend." > ValueError: Can't set AutoCommit to True for this backend.
Thanks for answering this. If I understand Ed correctly, this shouldn't be happening: you should be able to set AutoCommit to True, since setting it to True will keep Dabo from issuing begin, commit, and rollback. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
