
javi80mix at gmail
Mar 7, 2007, 1:35 AM
Views: 1458
Permalink
|
|
form-controllerPythonScript-ZSQL
|
|
Hello everyone: i´m doing a form where i get email and one ask. when I check that email is valid, I do Controller Python Script where i want to create: - DB conecction - ZSQL method to modify DB - get user session and after i call a zpt, it tell me that all it´s ok DB conection: db_system_type = REQUEST.get('db_system_type', 'mysql') from Products.ZMySQLDA import DA DA.manage_addZMySQLConnection(self, db_conn_id, '', REQUEST.get('db_conn_str', 'zforum[at]localhost zforum zforum')) zsql: how to do it???? Thanks for your help _______________________________________________ Zope-DB mailing list Zope-DB[at]zope.org http://mail.zope.org/mailman/listinfo/zope-db
|