Retrieves the next row of data as a numerically indexed array, associative array, or both. SQLSRV_FETCH_NUMERIC The next row of data is returned as a numeric array. SQLSRV_FETCH_ASSOC The next row of ...
Adds SQL-like query capabilities to JS Object Arrays. Inclusion of the library adds where(), select() and orderBy() capabilities to object arrays. where() - Accepts SQL query string as parameter.