Totally missed that first one.  I guess I'll have to wrap it in a block
and set $^W = 0.  I'll give the {syb_do_proc_status} =1 a try.

Thank you

> 
> You have two entries in @row that are undef (i.e. - they are NULL in
> the result set).
> 
>  > /tmp/xxx.tmp::EXTtranldr::Apr 25 2001 12:26PM::::1::1::Apr 25 2001
>  > 12:00AM::0::0::0::0::0::0::0::8
>  > 0
>  > numrows: 2
> 
> The second row (actually the second result set) is the "status" result
> from the stored proc.
> 
> If you are not interested in this value you can set
> $dbh->{syb_do_proc_status} = 1, which should cause $sth->execute() to
> fetch this result value for you and return a failure if it is not 0.
> 
> Michael
> -- 
> Michael Peppler - Data Migrations Inc. - [EMAIL PROTECTED]
> http://www.mbay.net/~mpeppler - [EMAIL PROTECTED]
> International Sybase User Group - http://www.isug.com
> Sybase on Linux mailing list: [EMAIL PROTECTED]
> 

Reply via email to