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

2000-07-05 Thread asjf11
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, the only way I've found to pass data to the sql is to define arguments

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
05, 2000 5:32 PM To: [EMAIL PROTECTED] Subject: [Zope] How do I merge form URL vars into sql easily 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