Lines Matching refs:fields
746 * Gets multiple fields from the ODBC statement. The memory for the
785 /* get the data and concat all fields into a large string */
823 SQLSMALLINT fields;
836 if (!sqlOK(SQLNumResultCols(stmnt, &fields))) {
852 switch(fields) {
882 * 3 fields or more, concatenate the last ones
891 fields, &data))
913 } /* closes switch(fields) */
1060 SQLSMALLINT fields;
1089 if (!sqlOK(SQLNumResultCols(stmnt, &fields))) {
1097 if (fields < 4) { /* gotta have at least 4 columns */
1100 "Odbc driver too few fields returned by "
1124 (result = odbc_getManyFields(stmnt, 4, fields,