Jorge emailed me and reported the following error:
bizobj.saveAll()
  File
"c:\python25\lib\site-packages\Dabo-0.8.3-py2.5.egg\dabo\biz\dBizobj.py",
 line 330, in saveAll
  startTransaction = startTransaction and self.beginTransaction()
  File
"c:\python25\lib\site-packages\Dabo-0.8.3-py2.5.egg\dabo\biz\dBizobj.py",
 line 266, in beginTransaction
  self._CurrentCursor.beginTransaction()
  File
"c:\python25\lib\site-packages\Dabo-0.8.3-py2.5.egg\dabo\db\dCursorMixin.
py", line 1881, in beginTransaction
  ret = self.BackendObject.beginTransaction(self.AuxCursor)
  File
"c:\python25\lib\site-packages\Dabo-0.8.3-py2.5.egg\dabo\db\dBackend.py",
 line 207, in beginTransaction
  self._connection.begin()
AttributeError: pymssqlCnx instance has no attribute 'begin'

I suggested that he add the following to dbMsSQL

        def beginTransaction(self, cursor):
                return True

Anybody see a problem?
-- 
John Fabiani


_______________________________________________
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/[EMAIL PROTECTED]

Reply via email to