in reply to Re: DBI insert: Need to retrieve an autoincremented column from a table after an insert.
in thread DBI insert: Need to retrieve an autoincremented column from a table after an insert.
assign the id from a common source independent of the database
I would want to keep the sequence ids in the database...one way to do that in a portable way is with DBIx::Sequence.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBI insert: Need to retrieve an autoincremented column from a table after an insert.
by hangon (Deacon) on Aug 10, 2008 at 00:20 UTC |