On Fri, Jun 06, 2003 at 10:58:45AM +0200, H.Merijn Brand wrote:
> $VAR1 = {
>           'ShowErrorStatement' => 1,
>           'Username' => '',
>           'ScanLevel' => 7,
>           'ChopBlanks' => 1
>         };
> Set attr 'ShowErrorStatement'
> Set attr 'Username'
> Argument "" isn't numeric in null operation at 
> /pro/lib/perl5/site_perl/5.8.0/PA-RISC2.0/DBI.pm line 628.
> Set attr 'ScanLevel'
> Set attr 'ChopBlanks'
>     DBI 1.37-nothread dispatch trace level set to 2
> 
> Since when is
> 1. Attr Username a required option

It's not required, but it is new with 1.36.

> 2. Username numeric

It's not. You'll need to dig to find exactly what's triggering that message
(and this is the first report I've seen of it).

Tim.

p.s. What's "ScanLevel"? It's not a DBI attribute so it has the wrong case. 

Reply via email to