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:
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
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
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