faqts : Computers : Programming : Languages : Perl : DBI

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 12 people (75%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

Perl: Database: DBI: How to install DBD-ODBC using ActiveState PPM?

Dec 27th, 2004 17:11
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 27 December 2004 - 08:10 pm -------------------

Perl: Database: DBI: How to install DBD-ODBC using ActiveState PPM?

---
---

Steps: Overview:

 1. -Make sure ActiveState Perl is installed

 2. -Type on the command line

      ppm

 3. -Type the command

      install DBD-ODBC

 4. -This will show output like the following:

--- cut here: begin --------------------------------------------------

PPM> install DBD-ODBC

Install package 'DBD-ODBC?' (y/N): y

Installing package 'DBD-ODBC'...

Bytes transferred: 74941

Installing C:\Perl\site\lib\auto\DBD\ODBC\ODBC.bs
Installing C:\Perl\site\lib\auto\DBD\ODBC\ODBC.dll
Installing C:\Perl\site\lib\auto\DBD\ODBC\ODBC.exp
Installing C:\Perl\site\lib\auto\DBD\ODBC\ODBC.lib
Installing C:\Perl\html\site\lib\DBD\ODBC.html
Installing C:\Perl\html\site\lib\DBD\ODBC\Changes.html
Installing C:\Perl\site\lib\DBD\ODBC.pm
Installing C:\Perl\site\lib\DBD\ODBC\Changes.pm
Writing C:\Perl\site\lib\auto\DBD\ODBC\.packlist

PPM>

--- cut here: end ----------------------------------------------------

 5. -To leave PPM, type the command

      exit

---
---

Internet: see also:

---

Perl: Database: Link: Overview: Can you give an overview of links?
http://www.faqts.com/knowledge_base/view.phtml/aid/33044/fid/654

----------------------------------------------------------------------