[Zope] pb : transparent folder 0.3 and ZSQL methods

Stefan H. Holek stefan@epy.co.at
Sun, 24 Dec 2000 13:17:40 +0100 (CET)


On 22 Dec 2000, Didier Georgieff wrote:

> I have a (regular) folder on root level with ZSQL methods.
> I have a transparent folder on root level with a ZMySQLdatabase connection
> 
> When i manage any of the ZSQL method, i get that :
> Warning: There are no SQL database connections. You need to add a Zope 
> SQL database connection before you can use an Zope SQL Method
> BUT test tab works fine, and overall, the ZSQL methods called thru DTML are 
> still working (it didn't broke my application)

This is due to the way ZSQL Methods are looking up the DB connection
objects. You will have to modify the ZSQL Methods code as described in
http://www.egroups.com/message/zope/45078

HTH,
Stefan