8 Aug
2002
8 Aug
'02
5:29 p.m.
Hi all I want to insert data using ZPT. I have no problems with getting data from the ZSQL object. The same login does not seem to work for insertion of data. I am aware of the trick using DTML. Anybody with tips please respond. TIA Chetan
9 Aug
9 Aug
8:29 p.m.
New subject: [Zope] Insert in DB using ZPT+SQL
Chetan Kumar writes:
I want to insert data using ZPT. <tal:dummy tal:define="dummy here/your_inserting_ZSQLMethod" />
This assumes that your ZSQL method gets its parameters from REQUEST. Otherwise, it would be: <tal:dummy tal:define="dummy python:here.your_inserting_ZSQLMethod(arg1=val1, arg2=val2, ...)" /> Dieter
8641
Age (days ago)
8642
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chetan Kumar -
Dieter Maurer