Re: Perl & SQL help! Need to insert records into two tables

2002-03-12 Thread M. Kirk DeBaets
You said ... I'm trying to add a new record (new values) into one table and I have a second table that refers to the record number of the first table. I can get the SQL statement to grab the current value of the incrementing record number to work, but I need to translate this to operate in perl

Re: Perl & SQL help! Need to insert records into two tables

2002-03-12 Thread Jenda Krynicky
From: "Brian Johnson" <[EMAIL PROTECTED]> > I'm trying to add a new record (new values) into one table and I have a > second table that refers to the record number of the first table. > > I can get the SQL statement to grab the current value of the incrementing > record number

Perl & SQL help! Need to insert records into two tables

2002-03-12 Thread Brian Johnson
I'm trying to add a new record (new values) into one table and I have a second table that refers to the record number of the first table. I can get the SQL statement to grab the current value of the incrementing record number to work, but I need to translate this to operate in perl (I'm not used