FW: delete with DBI and DBD::DB2

2001-08-14 Thread Matthew Johnson
Is there a perl DB2 group where I can post my question? -Original Message- From: Matthew Johnson Sent: Monday, August 13, 2001 9:32 PM To: '[EMAIL PROTECTED] ' Subject: delete with DBI and DBD::DB2 Hello, I'm using DBI with DBD::DB2 connecting to a DB2 database(who'd a thought) [snip

delete with DBI and DBD::DB2

2001-08-13 Thread Matthew Johnson
Hello, I'm using DBI with DBD::DB2 connecting to a DB2 database(who'd a thought) I'd like to be able to delete several million rows with DBI and create a generic subroutine to do it. (my transaction log doesn't hold several million rows) I'd rather not commit after every row, but I don't know