Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: SELECT LAST_INSERT_ID does not work

by afoken (Chancellor)
on Jun 28, 2017 at 18:01 UTC ( [id://1193786]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sthopen = $dbh->prepare("INSERT INTO.....
    $sthopen->execute;
    ...
    $resid->execute;
    &ErrorDBI;
    my @idrow = $resid->fetchrow_array;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1193786]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-19 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found