On Mon, 06 May 2002 13:30:07 +0800, Stas Bekman wrote:
[snip]

>my $dbh = DBI->connect
>("DBI:mysql:test:localhost", '', '',
>{
>PrintError => 1, # warn() on errors
>RaiseError => 0, # don't die on error
>AutoCommit => 1, # don't commit executes immediately

Surely the "don't" here is wrong?

>}
>) or die "Cannot connect to database: $DBI::errstr";

[snip]

Therefore
>it's the best to restore the modified attributes to their original

"Therefore it's best " is idiomatic English.
--
Cheers
Ron Savage, [EMAIL PROTECTED] on 07/05/2002
http://savage.net.au/index.html


Reply via email to