RE: ´how to install perl DBI for windows
- From: 0rda-vb18@xxxxxxxxxx (Ivor Williams)
- Date: Wed, 22 Jun 2005 05:46:27 -0400
> -----Original Message-----
> From: babu [mailto:garavindbabu@xxxxxxxxxxx]
> Sent: 22 June 2005 09:52
> To: dbi-users@xxxxxxxx
> Subject: ´how to install perl DBI for windows
>
>
>
> Hi,
> i want to use perl DBI for "Using XML and Relational
> Databases with Perl".
> I am using a package called apachefriends/xampp, where perl
> comes with that package,which do not have the DBI package. so
> i want to install it, but i dont know much about perl as i am
> a php user.
> can someone please guide me how to incorporate DBI package
> for windows.
>
Bring up a dos Cmd window
ppm
install DBI
You will probably want to install some other modules that don't
come presupplied, like the database driver (DBD) for the database
you are using. For MySQL, this is DBD::Mysql.
Ivor.
.
- Prev by Date: Re: Attempt to initiate a new SQL Server operation with results pending.
- Next by Date: Building DBD::Oracle with Oracle 10g
- Previous by thread: DBI installation in windows
- Next by thread: Building DBD::Oracle with Oracle 10g
- Index(es):
Relevant Pages
|