Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Autoincrement and server hostname in DB2

by ncw (Friar)
on Oct 06, 2000 at 23:27 UTC ( [id://35644]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $cursor = $dbh->prepare("insert into table (a, b) values (?, ?)");
      $cursor->execute($a_var, $b_var);
    
  2. or download this
      $id = $dbh->{mysql_insertid};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found