[Zope] several SQL query in the same SQL method

HENRY Katell HENRY Katell <Katell.HENRY@enst-bretagne.fr>
Wed, 28 Feb 2001 18:27:18 +0100 (MET)


Hello

I'm trying to make several SQL query in the same SQL method

but what is the syntax for argument field ???

attribute1 attribute2
attrib1 attrib2

doesn't work

thank you for help

here is the SQL query :



Insert into table1
(attribute1, attribute2....)
VALUES
('<dtml-var attribute1>',
'<dtml-var attribute2>',
...

<dtml-var sql_delimiter>

Insert into table2
(attrib1, attrib2....)
VALUES
('<dtml-var attrib1>',
'<dtml-var attrib2>',
...