Re: DBD:Sybase and $sth->{SCALE}

2001-05-09 Thread David Sevier
>From: Michael Peppler <[EMAIL PROTECTED]> >To: "David Sevier" <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: DBD:Sybase and $sth->{SCALE} >Date: Mon, 7 May 2001 14:24:36 -0700 (PDT) > >David Sevier writes: > > When done using

Re: DBD:Sybase and $sth->{SCALE}

2001-05-07 Thread Michael Peppler
David Sevier writes: > When done using DBD:ODBC through the proxy, it works fine. But with > DBD:Sybase, the metadata returned for items of type Float are a problem. > They always come back with a Pecision of 8 and a Scale that is empty (null). A Float doesn't have any scale, and precision

DBD:Sybase and $sth->{SCALE}

2001-05-07 Thread David Sevier
Hi all! Thanks for the quick (and helpful) responses last time! I have anohter problem with DBD:Sybase. I've got a simple program that pulls the metadata for a column: sub GetMetaData { ### Routine to get MetaData on a specific column my $connection = shift; my $username= shift; my $passw