4D v13ODBC_SQLDescribeCol |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13
ODBC_SQLDescribeCol
ODBC_SQLDescribeCol
The ODBC_SQLDescribeCol command returns the result descriptor, such as column name, type, column size, decimal digits, and nullability, for one column in the result set. stmtID is a valid statement ID returned by ODBC_SQLAllocStmt. colNb is the column number containing the result data. colName is the name of the column. dataType can be one of the following values:
colSize is the size of the column. decimalDigits is the number of decimal digits of the column. nullable indicates if the column allows NULL values and can have one of the following values:
For more information, please see the SQLDescribeCol function in the MS ODBC API Reference at http://msdn.microsoft.com/en-us/library/ms716289(VS.85).aspx. SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE. The following method returns the name of the third column in the Employee table: $result:=ODBC_SQLPrepare($statementID;"SELECT * FROM Employee") |
PROPERTIES
Product: 4D
INDEX HISTORY
Created: 4D ODBC Pro 2004 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||