Friday, March 9, 2012

ODBC

I need to create a C/C++ function using ODBC interface to get the
string length of a column in a table.

What is the proper function to use ?Hi

You will need to call SQLColAttribute
http://msdn.microsoft.com/library/d...olattribute.asp

John

"GTi" <bill@.gates.com> wrote in message
news:wSnyd.4363$3N5.4089@.amstwist00...
>I need to create a C/C++ function using ODBC interface to get the
> string length of a column in a table.
> What is the proper function to use ?

No comments:

Post a Comment