Jason Hall wrote:
>allrighty, here is the trouble I'm having. I'm tyring to do a transaction
>in mysql/innodb in perl with the following
>basic flow
>eval{
> Insert my first record
> get the insert_id
> (using $sth->{mysql_insert_id})
>
try using $sth->{mysql_insertid}, no '_id'. This works for us.
keith
--
-------------------------------------------------
Keith Clay, [EMAIL PROTECTED]
Lead Programmer, Web Integration and Programming
286 Adams Center for Teaching Excellence
Abilene Christian University
Abilene, TX 79699
(915) 674-2187
(915) 674-2834
-------------------------------------------------