Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Extracting data from an Ms ACCESS query

by blackadder (Hermit)
on Jun 11, 2004 at 12:16 UTC ( #363388=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $result = $dbh->sql("SELECT * FROM $qry WHERE group_name='Procureme
    +nt'");
    foreach (@$result) 
    {
       print @$_;
    }
    
  2. or download this
    Can't use string ("1") as an ARRAY ref while "strict refs" in use at U
    +:\scripts\odbc1.pl line 15.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://363388]
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 2023-12-01 10:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?