Skip to Content.
Sympa Menu

freetds - RE: [freetds] FreeTDS, unixODBC, and libodbc++

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: 'FreeTDS Development Group' <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] FreeTDS, unixODBC, and libodbc++
  • Date: Fri, 13 Jun 2003 12:12:44 -0400

> From: freddyz77 AT tin.it [mailto:freddyz77 AT tin.it]
> Sent: June 13, 2003 11:48 AM
>
> >something like this might help:
> >
> > case SQL_COLUMN_SCALE:
> > switch (colinfo->column_type) {
> > case SYBNUMERIC:
> > case SYBDECIMAL:
> > *pfDesc = colinfo->column_scale;
> > break;
> > default:
> > *pfDesc = 0;
> > break;
> > }
> > break;
>
> I think it's an unimplemented type, like James suggest...
> CVS version of SQLGetInfo support many more type than 0.61...
> Could someone write some line on TODO for SQLColAttributes ??

I'll patch the above into SQLColAttributes and make a note in TODO.

Enjoy your holiday, Freddy.

--jkl
-----------------------------------------
The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the original
message. Please note that we do not accept account orders and/or instructions
by e-mail, and therefore will not be responsible for carrying out such orders
and/or instructions.






Archive powered by MHonArc 2.6.24.

Top of Page