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 ...
There isn't anything specifically to do with perl dbi that will do it. You have to use a DB-specific query to get it. In MySQL, you'd run the query "SELECT LAST_INSERT_ID()" (maybe without the (). I ...