VocabularyodbcInputsstatement | an ODBC statement handle |
Outputsbool | a boolean indicating success or failure |
Word descriptionRetrieves the next available row from the database. If no next row is available then
f is returned. Once the row is retrieved
odbc-number-of-columns,
odbc-describe-column,
odbc-get-field and
odbc-get-row-fields can be used to query the data retrieved.
See alsoodbc-init,
odbc-connect,
odbc-disconnect,
odbc-prepare,
odbc-free-statement,
odbc-execute,
odbc-next-row,
odbc-number-of-columns,
odbc-describe-column,
odbc-get-field,
odbc-get-row-fields,
odbc-get-all-rows,
odbc-queryDefinition