Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

sql queries updation improper

by valavanp (Curate)
on Jul 15, 2007 at 15:17 UTC ( [id://626720]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @color=(Blue, Silver);
    $newpid=8000;
    ...
            my $incolor_qy=$db->prepare($incolor_qry);
            $incolor_qy->execute;
            }
    
  2. or download this
    @color_image=(a1.jpg, b1.jpg);
    foreach $color_image(@color_image){
    ...
            my $upcolor_qy=$db->prepare($upcolor_qry);
            $upcolor_qy->execute;
        }
    
  3. or download this
    pid cid color  color_image
    8000 1  Blue   a1.jpg
    8000 2  Silver a1.jpg
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-29 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found