Re: [Zope] How do I merge form URL vars into sql easily

2000-07-05 Thread jpenny
On Wed, Jul 05, 2000 at 01:31:56PM -0800, [EMAIL PROTECTED] wrote: I am a new user to Zope and I'm trying to pass data that has been entered into a form (either through GET or POST) into another object. This object calls a z sql method to insert the form data into the database. So far,

RE: [Zope] How do I merge form URL vars into sql easily

2000-07-05 Thread Ron Bickers
Unless I'm overlooking something here, you can just use the form variables (e.g., dtml-var formVarName), whether POST or GET, in the ZSQL Method itself. You'll need to include the variable names in the arguments list of the ZSQL Method, but that's it. ZSQL Methods are explained (fairly well in