[Zope] Writing to SQL Databases

Michel Pelletier michel@digicool.com
Mon, 19 Jul 1999 16:40:07 -0400


> -----Original Message-----
> From: Graham Chiu [mailto:anon_emouse@hotmail.com]
> Sent: Monday, July 19, 1999 4:24 PM
> To: zope@zope.org
> Subject: Re: [Zope] Writing to SQL Databases
> 
> >I don't get an error, but neither do I get the data inserted 
> as it should
> >be. I've also included this code:
> >
> >Name:<!--#var nameField--><BR>
> >Year:<!--#var yearField--><BR>
> >E-Mail:<!--#var emailField--><BR>
> 
> <!--#var nameField(nameField=formvar1, emaiField=formvar2, ... )-->
> 

This will, of course, need to be quoted <!--#var "nameField(... )"-->

-Michel

> 
> -------
> Regards,        Graham Chiu
> gchiu<at>compkarori.co.nz
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>