How to install DBI in Windows 2000

2002-04-04 Thread VincentLiang()

Hi 

 I want use perl to connect SQL server ( or Access) via DBI from my PC ( windows 
2000). But I can't use it. 
I think it necessary to install DBI . 
Where can I get the DBI module( for windows 2000) , How to install it ? 

your support would be highly appreciated. 

Best Regards,
Vincent Liang

Tel: +886-6-270-8989 ex:6292
Fax:+886-6-270-9666
Email : [EMAIL PROTECTED] 




RE: How to install DBI in Windows 2000

2002-04-04 Thread Sterin, Ilya

You should first have Perl installed (ActivePerl) preferably.  Then use the
ppm utility to install the modules.

In command prompt...

ppm install DBI

and 

ppm install DBD::ODBC


(You will also need DBD::ODBC to connect using ODBC)

Ilya

-Original Message-
From: VincentLiang(???)
To: [EMAIL PROTECTED]
Sent: 4/4/02 2:29 AM
Subject: How to install DBI in Windows 2000 

Hi 

 I want use perl to connect SQL server ( or Access) via DBI from my
PC ( windows 2000). But I can't use it. 
I think it necessary to install DBI . 
Where can I get the DBI module( for windows 2000) , How to install it ? 

your support would be highly appreciated. 

Best Regards,
Vincent Liang

Tel: +886-6-270-8989 ex:6292
Fax:+886-6-270-9666
Email : [EMAIL PROTECTED]