conecting cgi and mdb? help please:)

2002-04-16 Thread maxa
I have install ActivePerl 5.6.1.630 in folder c:\perl then I have run ppm and do the fallowing: PPM> install dbi Install package 'dbi?' (y/N): y Installing package 'dbi'... Error installing package 'dbi': Could not locate a PPD file for package dbi PPM> this is error message and my question is:

yes & no

2002-03-25 Thread maxa
I have create web page with extension .cgi and connect it with Microsoft access database. 1. Can I use my project on server where is supported .cgi and mySQL but nothing about Microsoft access database? 2.how can I transform Microsoft access database .mdb to mySQL? 3.what tool I have to use

Angry beginer!!!!

2002-03-24 Thread maxa
my problem is: C:\>ppm PPM interactive shell (2.1.5) - type 'help' for available commands. PPM> install dbi Install package 'dbi?' (y/N): y Installing package 'dbi'... Error installing package 'dbi': Could not locate a PPD file for package dbi HELP PLEASE

help with setings

2002-03-22 Thread maxa
Hello to all, I dont know how to set dbi connection to make connection whith database EmplDir_MSAccess.mdb -Create database connection string, login and password variables my $strConn = "EmplDir_MSAccess.mdb"; my $strLogin = "Admin"; my $strPassword = ""; -Open the connection $dbh = DBI