in reply to Re: Table in SQLite
in thread Table in SQLite
$dbh= DBI->connect("dbi:$dbtype:$dbname_ss;$dbip", "$dbuser", "$dbpass");
my $dbname_ss = "nehnu";
my $dbname_base_app = "hrms_base_ranhil";
my $dbip = "localhost";
my $dbuser = "root";
my $dbpass = "";
my $dbtype = "mysql";
So when I change to DBD::SQLite I change it but, it didn't work. I don't know how the last time I use MySQL it refer to c:/MySQL/Data/databasename but it work...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Table in SQLite
by iburrell (Chaplain) on Jul 16, 2004 at 18:13 UTC |