Hi, I need to create a database connection in my products folder. Creating the connection works without problems. Also, creating the z-sqlquery works. But if i try, submit a test query, i get the error message: Error, exceptions.AttributeError: The database connection ASF cannot be found Traceback (innermost last): File /home/people/sebastian/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /home/people/sebastian/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 114, in publish File /home/people/sebastian/Zope-2.5.0-linux2-x86/lib/python/Zope/__init__.py, line 158, in zpublisher_exception_hook (Object: a) File /home/people/sebastian/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 98, in publish File /home/people/sebastian/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/mapply.py, line 88, in mapply (Object: manage_test) File /home/people/sebastian/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 39, in call_object (Object: manage_test) File /home/people/sebastian/Zope-2.5.0-linux2-x86/lib/python/Shared/DC/ZRDB/DA.py, line 328, in manage_test (Object: a) File /home/people/sebastian/Zope-2.5.0-linux2-x86/lib/python/Shared/DC/ZRDB/DA.py, line 306, in manage_test (Object: a) File /home/people/sebastian/Zope-2.5.0-linux2-x86/lib/python/Shared/DC/ZRDB/DA.py, line 394, in __call__ (Object: a) AttributeError: (see above) Does anybody know how to get this working ?