[Zope] z sql grabbing wrong connection
Dieter Maurer
dieter@handshake.de
Thu, 14 Mar 2002 21:15:32 +0100
Scott Pierce writes:
> I have 2 products running on the same server from the
> root. The z sql methods in the second product attempt
> to use the db connection in the first product.
What does this mean? XXX in a product running from the root?
Generally, the db connection must be accessible from the
Z SQL method by acquisition (you cannot look down into instances which
are not on acquistion chain).
Dieter