Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Re: Updating Specific Fields in MS Access

by Enlil (Parson)
on Apr 17, 2003 at 21:59 UTC ( [id://251346]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sqlstatement=("UPDATE servers SET nicl_driver_version = '$driver' 
    +WHERE '$field1' = '$servlist'");
    
  2. or download this
    use DBI;
    use strict;
    ...
    }
    close (INPUT);
    $dbh->disconnect;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-25 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found