Z SQL Method

by Mike Takahashi last modified Feb 04, 2009 02:34 AM
Z SQL Methods are queries made to a MySQL database when you need to perform an action such as select, insert, delete, etc.

Each MySQL query that you use within a page needs to have a Z SQL Method object. This method is the actual query done by Zope that accesses the database. The Z SQL Method is called within a page template via TAL and/or Python.