Retrieval Handling Functions
Click one of the following functions for more information:
lrd_col_data | Sets a pointer indicating the location of data. |
lrd_fetch | Fetches the next row in the result set. |
lrd_fetchx | Fetches the next row in the result set using an extended fetch. (ODBC only) |
lrd_fetch_adv | Fetches multiple rows from a result set using an extended fetch. (ODBC only) |
lrd_print | Prints rows fetched by autofetch operation. (ODBC only) |
lrd_reset_rows | Prepares fetched rows for an Update operation. (ODBC only) |
lrd_result_set | Returns a result set. |
lrd_result_set_ext | Returns a CtLib result code and result type. |
lrd_row_count | Returns the number of the rows affected by an UPDATE, DELETE or INSERT statement. (ODBC only) |