On Mon, Dec 06, 2004 at 07:53:01PM -0500, Matthew Persico wrote: > > And this, in fact is what I do at my place too. > > my $dbh = connectDBI(driver => 'Oracle', user => 'foo', server => > 'bar', database => 'baz' > RaiseError => 1, PrintError =>0, AutoCommit => 0, driver_special => > {syb_show_sql =>1, syb_show_eed=>1});
Since you already have code like this, would like you to submit a patch to DBI which works like this? :) Mark