[Zope-DB] form-controllerPythonScript-ZSQL

Charlie Clark charlie at egenix.com
Wed Mar 7 05:53:56 EST 2007


Am 07.03.2007, 11:39 Uhr, schrieb javi lopez <javi80mix at gmail.com>:

> My product is like a faq, i have a search engine, it search a
> ask-answer in my portal, but if there isn´t result, i fill in a form,
> it store email and ask of the user on my DB and when my admin knows
> the answer, he answered to the user.
> I have the product, but I don´t know how to do this part(form-store DB
> with zsql method) inside my product
> Any help???

 from Products.ZSQLMethods.SQL import SQL

will let you handle SQL within a Product that you can then pass to your  
connection object.

Charlie


More information about the Zope-DB mailing list