[forwarded submission from a non-member address -- rjk]
From: "Ranga Nathan" <[EMAIL PROTECTED]>
Date: Tue, 10 Apr 2001 14:41:51 -0700
Subject: mysql oddity or Perl DBI?
To: "Boston Perl Mongers" <[EMAIL PROTECTED]>
What would mysql return if:
1. an INSERT statement is incorrectly coded (expect undef)
2. correctly coded but due to duplicate row, no insertion possible (expect
0E0)
3. successful insert (expect 1)
I find that in case 2 above, I am getting an undef instead of 0E0. Is this
the expected behavior?
Ranga Nathan