Here's what I use it should tell you exactly what your problem is:
Also check out tutorial on http://www.porlmonks.org.
-- David Jackson
use DBI;
use diagnostics;
use strict;
my ($dbh,$sth);
my ($dbname)="dataase_name";
my ($login)="login_name";
my ($password) ="your_pasword";
my (@ary);
#
$d
hi everyone,
I have problem call database.Its unable to call database below, but rest of
database can be call.Can anybody help me.
mysql_connect($host,$user,$passwd) or die ("Can't connect to server");
$db = mysql_select_db("dictionary") or die("unable to call db") ;
thanks in advance
_