Lines Matching defs:fields
755 * Gets multiple fields from the ODBC statement. The memory for the
794 /* get the data and concat all fields into a large string */
832 SQLSMALLINT fields;
845 if (!sqlOK(SQLNumResultCols(stmnt, &fields))) {
861 switch(fields) {
891 * 3 fields or more, concatenate the last ones
900 fields, &data))
922 } /* closes switch(fields) */
1066 SQLSMALLINT fields;
1095 if (!sqlOK(SQLNumResultCols(stmnt, &fields))) {
1103 if (fields < 4) { /* gotta have at least 4 columns */
1106 "Odbc driver too few fields returned by "
1130 (result = odbc_getManyFields(stmnt, 4, fields,