in reply to Capturing error thrown by a database
use DBI ; my $dbh = DBI->connect($data_source, $username, $auth); $dbh->{PrintError} = 1 ; $dbh->{RaiseError} = 1 ;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Capturing error thrown by a database
by puneet.keswani (Novice) on Aug 01, 2011 at 07:56 UTC | |
by onelesd (Pilgrim) on Aug 01, 2011 at 18:55 UTC | |
by mpeppler (Vicar) on Aug 10, 2011 at 08:33 UTC |