>
>
> I'm not sure if this is a DBI or an Access question. I
> think it's both.
Hmm...it's more of an access question, really.
>
> In MySQL I can do this:
> my $insert_id = $sth->{mysql_insertid};
>
> and retrieve the primary key from the statement handle. Can I
> do that in Access?
In SQL Server, you can select @@identity after the insert. You'd have
to find something similar in Access.
DBD::ODBC (and I would guess that DBD::ADO) would not, ineherently,
support something as an attribute like MySQL does.
Jeff