Hi,
I am new to this list and I have the following question:

My  database is SUN Oracle. I try to use
perl DBI to update the record:
$sth=$dbh->prepare("update mytable set filed=mynewrecord
                   where  id=?");
$sth->execute ($i);
After doing the above over 1000 lines, my database stucks. I guess my buffer 
  overflow. Then
I use $dbh->commit; trying to clear the buffer, but
it is not working. I am wondering if there is a solution.

Jeff

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to