Skip Menu |

This queue is for tickets about the DBD-TSM CPAN distribution.

Report information
The Basics
Id: 46033
Status: open
Priority: 0/
Queue: DBD-TSM

People
Owner: lbendavid [...] cpan.org
Requestors: milan.from.qp [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.14
Fixed in: (no value)



The help file of DBD-TSM module presents one error : my ($server_name,$user,$password)=(...); #or set DBI_DSN,DBI_USER,DBI_PASS - my $dbh=DBI->connect("DBI:TSM:$server_name",$user,$password, + my $dbh=DBI->connect("DBB:TSM:$server_name",$user,$password, {RaiseError => 0, PrintError => 0}) or die $DBI::errstr; #If you use environment variable $dbh=DBI->connect();