When I run the UPDATE command in PERL for inserting a new row into a database via the DBI, how do I get the new ID of that row that was inserted? There isn't anything specifically to do with perl dbi ...
Is there an equivelent to the PHP MySQL command in Access? I could always select all and take the last one, but I wanted to make sure that there wasn't a ...