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
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
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->