in reply to Building DBD::InterBase with last_insert_id

You might take a look at DBIx::Sequence. It may take a little more work than you wanted, but's a nice portable way to get around the problems with autonumbered columns & the last_insert_rowid method.

  • Comment on Re: Building DBD::InterBase with last_insert_id