Licence |
Inserting Data using ZSQL MethodsI'm writing a database frontend app in Zope. There are a few ways to make this process a little more streamlined... The first is of course to use the Znolk SQL Wizard to generate all the select, insert, update and delete ZSQL methods for a form, and then to start customising them. The second thing is to really know how ZSQL methods work. To this end, this is a handy reference for the various options available for inserting data using ZSQL. |