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

Re: DBI Module for Windows

by davorg (Chancellor)
on Aug 18, 2000 at 13:58 UTC ( [id://28454]=note: print w/replies, xml ) Need Help??


in reply to DBI Module for Windows

The DBI module should work under Win32 without any problems. You can use the DBD::ODBC module to connect to Access databases. Both of these modules are available from ActiveState's module repository.

Another option would be the Win32::ODBC module, but that's guaranteed to be non-portable.

--
<http://www.dave.org.uk>

European Perl Conference - Sept 22/24 2000, ICA, London
<http://www.yapc.org/Europe/>

Replies are listed 'Best First'.
RE: Re: DBI Module for Windows
by Jouke (Curate) on Aug 18, 2000 at 14:53 UTC
    Just to add a small note: By using PPM (just type ppm at the commandprompt) you can install the DBI and DBD::ODBC modules from the modulerepository. Jouke Visser, Perl 'Adept'
RE (tilly) 2: DBI Module for Windows
by tilly (Archbishop) on Aug 18, 2000 at 15:37 UTC
    Depending on how much of Win32::ODBC you use, it is not hard to write a small wrapper around DBI to make it look like Win32::ODBC. I did a workable one for myself in a couple of hours when I needed to cheaply port some scripts...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-19 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found