standard.db.sql.ODBCListTypes

ODBCListTypes is available since version 1.0.

Prototype:

number ODBCListTypes([number connectionID])

Parameters

connectionID
the ID identifying the connection as returned by ODBCDriverConnect or ODBCConnect. If this parameter is missing, this will affect the first connection created.

Description:

Get information about data types supported by the data source. The result is stored as a result set.

Return value:

Return a result set handle, or null if failed.