Synopsis:
adoFldParmSet(handle,ix/name,ParmID,Value)
Arguments:
handle - The recordset handle.
ix/name - The field index number or name
ParmID - The parameter ID
Value - The value to set
Description: This function enables the underlying field parameters to be set for field specified by the field index (ix) or field name in the recordset defined by handle. The parmID argument is the ID of the parameter that is to be set (see adoFldParmGet()) and the Value is the value to set it to. Note that this function can be used at any time after the recordset has been returned by a call to adoRSetQuery() and can be used to set up the properties of the field.
Returns: Returns 0 upon success or a negative error code. If ADOERR_COMERR is returned, then the underlying ADO error can be obtained by calling adoLastError()