RE: [Zope] Writing to SQL Databases
Quotes? QUOTES? Q U O T E S? #Sigh#. Everything starts working wonderfully once I use quotes. I settled on this format, since it seems easiest: <!--#call "addEntry(REQUEST)"--> Everything's easy once you know how, eh? Thanks, everyone. Sean
-----Original Message----- From: Michel Pelletier [SMTP:michel@digicool.com] Sent: Monday, July 19, 1999 3:40 PM To: 'Graham Chiu'; zope@zope.org Subject: RE: [Zope] Writing to SQL Databases
-----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 )
_______________________________________________ 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 )
participants (1)
-
Sean McMains