Re: unable to insert data into two tables at same time

2002-06-16 Thread Joe Raube
Add || die etc, etc to your $sth->execute() statement -- possibly the error messages will help you debug this better. --- Yuan Cheng <[EMAIL PROTECTED]> wrote: > Hi, there: > > I try to write a perl code that takes form data from > html page and inserts or updates database tables. I > have s

Re: unable to insert data into two tables at same time

2002-06-15 Thread Shawn
10:48 PM Subject: unable to insert data into two tables at same time > Hi, there: > > I try to write a perl code that takes form data from > html page and inserts or updates database tables. I > have successfully insert data into one table, but fail > to insert dat

unable to insert data into two tables at same time

2002-06-15 Thread Yuan Cheng
Hi, there: I try to write a perl code that takes form data from html page and inserts or updates database tables. I have successfully insert data into one table, but fail to insert data into another table. My sample as follows: *** my $dbh = DBI->