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