Tim Bunce wrote:
> Binding an undef should work and be treated as a NULL.
>
> Probably a bug in your code or the driver. But you didn't
> say which driver.

Hmmm.  quite right, undefs do bind as NULL.  However, in this case I am
binding $hash{non-existent-key}, which autoinstantiates to an undef, and looks
like this in the trace:
  undef (magic-sg:y)

Of course it was my dumb fault for having the wrong key for lookup, but
nonetheless, perhaps this should work the same as a normal undef.

# $DBI::VERSION = "1.14";
# $DBD::ODBC::VERSION = '0.28';
$DSN = 'driver=Microsoft Access Driver (*.mdb);dbq=StudyManager.mdb';

Thanks,
Phil

Reply via email to