Phil,

That's also an older version of DBD::ODBC.  Supposedly, by Friday or so, it
will be updated on ActiveState's repository.

Jeff

> -----Original Message-----
> From: Phil R Lawrence [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 11, 2002 11:35 AM
> To: [EMAIL PROTECTED]
> Subject: Re: error msg suggestion
>
>
> 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