Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: accessing field names in Access table?

by digger (Friar)
on Sep 18, 2003 at 14:12 UTC ( [id://292393]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $connstring = 'Driver={Microsoft Access Driver (*.mdb)}; Dbq=d:path
    +\\to\\your\\db.mdb; Uid=user; Pwd=password'
    
  2. or download this
    my $db = new Win32::ODBC($connstring);
    $db->Sql('SELECT * FROM table WHERE field = param')
    $db->FieldNames();
    

Log In?
Username:
Password:

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

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

    No recent polls found