Query Information
Row count
You can get the row count for your last query by using the RowCount()
function in DBMS. This will return the row count for the previous query.
Query errors
You can find errors for the previously sent query by using the Error()
function.
Last updated