Click or drag to resize

SQLListTypeInfo Constructor (Typed)

X#
Construct a SQLListTypeInfo object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nSqlType,
	oSQLConnection
) CLIPPER
Request Example View Source

Parameters

nSqlType (Optional)
Type: Usual
The ODBC data type of the SQLListTypeInfo object (for example, SQL_INTEGER, SQL_CHAR, SQL_FLOAT, etc.)
oSQLConnection (Optional)
Type: Usual
The SQL connection indicating where the table can be found. If not specified, the current default connection is used, if any; if none is defined, the system asks the end user to log on to a database.
Remarks
Tip Tip
Refer to your ODBC documentation for a complete list of ODBC data types that are available.
See Also