Click or drag to resize

SqlParameter Constructor

X#
Construct a SQLParameter object.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	xValue,
	nIO,
	nODBCType,
	nSize
) CLIPPER
Request Example View Source

Parameters

xValue (Optional)
Type: Usual
nIO (Optional)
Type: Usual
nODBCType (Optional)
Type: Usual
The ODBC data type of the SQLParameter object (for example, SQL_INTEGER, SQL_CHAR, SQL_FLOAT, etc.).
nSize (Optional)
Type: Usual
Remarks
Tip Tip
Refer to your ODBC documentation for a complete list of ODBC data types that are available.
See Also