Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Working with MS Access ?

Status
Not open for further replies.

devilpanther

Programmer
Joined
Oct 8, 2004
Messages
57
Location
IL
I am using active perl on an iis server, my question is there a way to read and write from ms access using perl.

I've searched google, but i couldn't find anything useful.
What I did find that i need to use Win32::ODBC, but i don't really understand.

Can someone please help, and explain to me how to do the SELECT, INSERT, UPDATE and DELETE with that module?


Thank you.
 
but is the DBD::ODBC the same as Win32::ODBC, because i don't have DBD installed.
 
IIRC it depends on the DBI being installed

Code:
c:\>ppm install DBD-ODBC

--Paul

cigless ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top