10 October 2006
The full list of column attributes can be obtained by calling SQLVARIABLE with the DESCRIBECOLUMNS parameter. See the database-specific appendix for the meaning of other column attributes returned.
Arguments:
rc = sqlprepare(s2,"select ename, empno from emp") rc = sqldescribe(s2,"AA") |
The values returned are implementation dependant.