At 11:30 AM 01/30/02, Jason Purdy wrote:
>You may also be interested in checking out the RaiseError attribute of any
>DBI handle...
>
>$dsn = 'DBI:mysql:dbname';      # not sure what this looks like for InterBase
>$dbh = DBI->connect( $dsn, 'username', 'password' );
>$dbh->{RaiseError} = 1;

Thanks Jason,
I'll check that out. 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to