[Zope-DB] How can I dynamically generate a Z Search Interface?

Dieter Maurer dieter@handshake.de
Fri, 6 Sep 2002 20:33:00 +0200


Tena Sakai writes:
 > Many thanks for your response and advice.  It finally registered
 > in my brains.  I can also see that it is dangerous to use Z SQL
 > method in this fashion.  I am interested in pursuing a use of
 > External Method.  Would you have any comments/advice for
 > such?
Database adapters can be called to get a database connection.

A database connection has a "query" method to send SQL commands to
its database.

Going this route lets you leave the well documented path.
You will probably need to read sources and experiment...


Dieter