SQLGetTypeInfo Full Description |
|
Syntaxdefine external counter function SQLGetTypeInfo ( read-only SQL_handle_type StatementHandle, value counter DataType ) Purpose Returns information about data types supported by the data source. The information is returned in the form of an SQL result set. The data types are intended for use in Data Definition Language (DDL) statements. Important: Applications must use the type names returned in the TYPE_NAME column in ALTER TABLE and CREATE TABLE statements. The Input arguments:
|