RE: [Zope-dev] I guess ZODBC3.3 not ready for Zope 2.B4?
As do I, and that was after making the suggested subclass modifications (from which the most logical conclusion can be that I did it wrong, heh). I also sometimes get a 'Database %s connection refused' when I try to UPDATE or INSERT using ZODBC, and that also happens to go away with a refresh or two. Eh, my customers use Windows exclusive so they're pretty used to weird, idiosyncratic behavior in their software anyways :-). Ciao, John
-----Original Message----- From: Phil Harris [SMTP:phil@philh.org] Sent: Thursday, August 12, 1999 10:15 AM To: bkc@murkworks.com; zope-dev@zope.org Subject: Re: [Zope-dev] I guess ZODBC3.3 not ready for Zope 2.B4?
I'm getting a lot of spurious errors with ZODBC myself.
With regards to your error, I've found that if you keep refreshing then it starts to work, :~) ----- Original Message ----- From: Brad Clements <bkc@murkworks.com> To: <zope-dev@zope.org> Sent: Thursday, August 12, 1999 3:52 PM Subject: [Zope-dev] I guess ZODBC3.3 not ready for Zope 2.B4?
I just converted a BOBO Pos database with bbb.py to Zope 2.0B4, added ZODBC 3.3, brought up the server and connected to an MS SQL server via ODBC.
When executing a test query of a previously working SQL Query, I get the failure below.
I suspect that I need to work on the ODBC adapter, baring really making it transactional can I just add that mix-in class that has been mentioned as a cheap hack to make DAs work with Zope 2?
I'm getting
Error type: AttributeError Error value: tpc_begin
Traceback (innermost last): File c:\zope\ZopeAir\lib\python\ZPublisher\Publish.py, line 209, in publish_module File c:\zope\ZopeAir\lib\python\ZPublisher\Publish.py, line 179, in publish File c:\zope\ZopeAir\lib\python\Zope\__init__.py, line 199, in zpublisher_exception_hook (Object: ApplicationDefaultPermissions) File c:\zope\ZopeAir\lib\python\ZPublisher\Publish.py, line 169, in publish File c:\zope\ZopeAir\lib\python\ZODB\Transaction.py, line 236, in commit AttributeError: (see above)
Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax netmeeting: ils://ils.murkworks.com ICQ: 14856937
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://www.zope.org/mailman/listinfo/zope-dev
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For non-developer, user-level issues, zope@zope.org, http://www.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://www.zope.org/mailman/listinfo/zope-dev
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For non-developer, user-level issues, zope@zope.org, http://www.zope.org/mailman/listinfo/zope )
participants (1)
-
Miller, John M.