Re: [ADMIN] sequence value of the record just inserted / DBI

2004-04-14 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Perl's DBI has the following function. > > $rv = $dbh->last_insert_id($catalog, $schema, $table, $field); > "Returns a value 'identifying' the row just inserted, if possible." > > I wonder what this $catalog is in this context. It's supposed to b

Re: [ADMIN] sequence value of the record just inserted / DBI

2004-04-14 Thread Jeremy Buchmann
On Apr 14, 2004, at 10:53 AM, Ben Kim wrote: I hope it is OK to ask the question here. Perl's DBI has the following function. $rv = $dbh->last_insert_id($catalog, $schema, $table, $field); "Returns a value 'identifying' the row just inserted, if possible." I wonder what this $catalog is in this

[ADMIN] sequence value of the record just inserted / DBI

2004-04-14 Thread Ben Kim
I hope it is OK to ask the question here. Perl's DBI has the following function. $rv = $dbh->last_insert_id($catalog, $schema, $table, $field); "Returns a value 'identifying' the row just inserted, if possible." I wonder what this $catalog is in this context. It's supposed to be metadata, and