Re: help with setings

2002-03-22 Thread Kim, Kiseok
Maxa wrote: > 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 = "";

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