Re odbc.e
- Posted by bert <bert at zwemstra.nl> Nov 26, 2005
- 502 views
Thanks for the reply Sorry i react so late ! Yes this is the function i need to use --SQLRETURN SQLDescribeCol( -- SQLHSTMT StatementHandle, -- SQLSMALLINT ColumnNumber, -- SQLCHAR * ColumnName, -- SQLSMALLINT BufferLength, -- SQLSMALLINT * NameLengthPtr, -- SQLSMALLINT * DataTypePtr, -- SQLUINTEGER * ColumnSizePtr, -- SQLSMALLINT * DecimalDigitsPtr, --SQLSMALLINT * NullablePtr); Thanks