Re: form-controllerPythonScript-ZSQL

"Charlie Clark" <[email protected]> Wed, 07 Mar 2007 10:37:57 +0100
Newsgroups gmane.comp.web.zope.database
Organization eGenix.com
Message-ID <[email protected]>
Am 07.03.2007, 10:35 Uhr, schrieb javi lopez <[email protected]>:

> 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:

Why do you need a DB connection per user? You can't do this in a  
PythonScript. You will need to use an ExternalMethod or a Product but I  
would guess you need to rethink your application.

Charlie