[Zope] How can run multiple query in an Z sql method

Gaute Amundsen gaute at div.org
Fri Mar 9 09:20:44 EST 2007


On Friday 09 March 2007 10:12, Remil Mathew wrote:
> Hi,
> How can run  multiple query in an Z sql method.. I am using Mysql..
> Also is there any method to return a value from insert query?
>
> Thanks
> Remil

could you possibly be thinking of?

insert foo into bar
<dtml-var sql_delimiter>
SELECT LAST_INSERT_ID()


gaute


More information about the Zope mailing list