Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^5: DBI Prematurely Disconnecting

by perldc (Initiate)
on Oct 14, 2013 at 15:40 UTC ( [id://1058195]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Select * from tempTable;
    Update tempTable set done=1 where id=1;
    Update tempTable set done=1 where id=2;
    --connection gets broken
    
  2. or download this
    Select * from tempTable;
    Update tempTable set done=1 where id=1;
    ...
    Update tempTable set done=1 where id=3;
    Update tempTable set done=1 where id=4;
    Update tempTable set done=1 where id=5;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-28 17:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found