
charlie at egenix
Mar 7, 2007, 2:53 AM
Post #7 of 7
(2192 views)
Permalink
|
Am 07.03.2007, 11:39 Uhr, schrieb javi lopez <javi80mix [at] gmail>: > 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 _______________________________________________ Zope-DB mailing list Zope-DB [at] zope http://mail.zope.org/mailman/listinfo/zope-db
|