Re: Potential DBI array insert solution

2001-02-28 Thread Jonathan Leffler
non-insertable rows are definitely not inserted; I don't know whether that means that the COMMIT fails and the TX is rolled back instead, or the COMMIT fails but the TX is still active, or the COMMIT succeeds, or what. > - Original Message - > From: "Jeff Holt" <[

Re: Potential DBI array insert solution

2001-02-28 Thread Dean Arnold
ement execution (e.g., for stored procedure parameters). Regards, Dean Arnold - Original Message - From: "Jeff Holt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 4:43 AM Subject: Po

Potential DBI array insert solution

2001-02-28 Thread Jeff Holt
I respectfully request feedback for the following potential DBI array insert solution. PART 1 Add two new hash array attributes for the connect() and prepare() methods called 'insertcount' and 'insertsize'. The 'insertcount' attribute tells the execute() method to &