> HEllo i'm programming perlscript on ASP pages and i was using Win32:ODBC to 
> access my MS Access database, but now i want to start using DBD what must i 
> do? Do i need some packages? how can i make it work?
> 
> bye
> 
> A.V.


c:\> ppm install DBI
c:\> ppm install DBD-ODBC

plus maybe if you like

c:\> ppm install DBD-YourBelovedDatabaseNameHere

and off you go :-)

Jenda

P.S.: In case I was too quick. The c:\> at the begining of the list 
means that you should open the "Command prompt", type the command
("ppm install DBI") and press ENTER.

"Command prompt" should be in your Start menu. If it's not run 
"cmd.exe" or "command.com".


== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
: What do people think?
What, do people think?  :-)
             -- Larry Wall in <[EMAIL PROTECTED]>
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
  • Using DBD Antonio Jose da Cunha e Vasconcelos
    • Jenda Krynicky

Reply via email to