[Zope] Bulk insert in Zope's ZPyGres

Paul Chung Chee Soong HCSCCS@prudential.com.my
Thu, 22 Jul 1999 16:53:30


Okay, I think I better give details on my problem and I'm use the flow of   
my program as an example.

1) Select documents to loan:  A form that has lots of checkboxes.  (DTML   
Method)
2) Other details before saving, exp. userid, due date, ..etc   (DTML   
Method)
3) Save it  (DTML Method ==> calling an External Method)

I think I have done no 1 and no 2 but still stuck on no 3. So if you are   
in my shoes, what would you do?



 ----------
From:  Anthony Baxter
Sent:  Thursday, July 22, 1999 3:54 PM
To:  Paul Chung Chee Soong
Cc:  rob.page; zope
Subject:  Re: [Zope] Bulk insert in Zope's ZPyGres

MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <16008.932630208.1@mbuna.arbhome.com.au>
Date: Thu, 22 Jul 1999 17:56:48 +1000
Sender: anthony@nextTelecom.com


>>> Paul Chung Chee Soong wrote
> What do you mean by the <!--#sql-delimiter-->?

Rob meant to type <!--#var sql_delimiter-->, I think.

It's a magic variable that you can use to have multiple SQL statements
in the same Z SQL method. However, only the last of the queries in the
Z SQL Method can be a select.

Anthony