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 ...
I wanted a centralized example of how to read multiple rows using SQL, into an RPG host variable when one of its columns was also an array. We think of reading multiple rows into a data structure as ...