Synopsis:
adoFldGetName(handle,ix)
Arguments:
handle - The recordset handle.
ix - The field index (starting from 0)
Description: This function returns the field name of the field specified by the index value ix for the recordset specifed by handle. Field index values start from 0 up to one less that the total number of fields in the recordset.
Returns: Returns the field name upon success or a negative error code. If ADOERR_COMERR is returned, then the underlying ADO error can be obtained by calling adoLastError()