Re: [Zope3-Users] exploring Zalchemy

2006-11-07 Thread catonano
Chris and Jurgen, thanks so much for your replies. I have to apologize, it was so simple. The url I gave to the engineUtility was wrong ! It had 3 (three) slashes ! it was 'mysql:///...' while it had to be 'mysql://..:' That's it. Yesterday evening I was able to make it work, create

[Zope3-Users] sqlobject problem

2006-11-07 Thread Andrew Groom
Hi All, I've got a Zope3 app consisting of some sqlos classes for database access (against a postgres database) and I need to write a script for some batch processing of database content outside of Zope. The problem is that when I try to initialize a connection for sqlos objects, e.g.:

[Zope3-Users] Re: how to get zope shutdown event and do some actions at that time?

2006-11-07 Thread Shailesh Kumar
One way I can do it is by registering a utility whose __del__( self) method is overridden. Is it a recommended method? With regards, -shailesh On 11/8/06, Shailesh Kumar [EMAIL PROTECTED] wrote: Dear zope experts, In my zope based application, I want to do some periodic actions. I