Fixed in 1.10 released about 10 minutes ago ;)
Sorry for the wait.
Jeff
> -Original Message-
> From: Jenda Krynicky [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 20, 2004 9:51 AM
> To: Jeff Urlwin
> Cc: [EMAIL PROTECTED]
> Subject: RE: :ODBC, MSSQL, output params
&
From: "Jenda Krynicky" <[EMAIL PROTECTED]>
> From: "Jeff Urlwin" <[EMAIL PROTECTED]>
> > It could be a bug. Can you wrap up a quick test case and I'll trace
> > it through?
> >
> > Regards,
> >
> > Jeff
>
> Sorry for the delay.
>
> #!perl
> use DBI;
>
> my $PROC = <<'*END*';
> ...
> *END*
>
From: "Jeff Urlwin" <[EMAIL PROTECTED]>
> It could be a bug. Can you wrap up a quick test case and I'll trace
> it through?
>
> Regards,
>
> Jeff
Sorry for the delay.
#!perl
use DBI;
my $PROC = <<'*END*';
CREATE PROCEDURE dbo.GetL__ocationInfo(
@LocationID Int,
@City varchar(5
Jenda,
It could be a bug. Can you wrap up a quick test case and I'll trace it
through?
Regards,
Jeff
>
> I'm calling some stored procedures using DBI 1.32, DBD::ODBC 1.07 and
> Perl v5.8.0 (ActivePerl build 805) running on Win2kServer SP4 using
> MS SQL 2000.
>
> Am I supposed to initializ