> my $session = new DBM ($server_node,$database_name,'XXX','XXX');
> my $state = $session->cmd("db_state");
> print "$state\n";
>
> doesent work!
Try
my $session = new DBM ($server_node,$database_name,'','XXX,XXX');
instead. The third parameter specifies a <dependent_path> (useful if you want to
create a new database), the fourth parameter specifies the dbm user and password.
See
http://www.mysql.com/documentation/maxdb/1e/a4ec744a9245478ab75bedea451490/frameset.htm
for details.
Daniel Dittmar
--
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED]
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]