SQLResultSetRead[rs] shifts the current position and then reads a row from a result set.SQLResultSetRead[rs, num] reads num rows from a result set.
SQLResultSetShift[rs, num] shifts the current position of a result set by num.
SQLResultSets[] returns a list of the open SQLResultSet objects.
SQLResultSetTake[rs, {m, n}] reads rows m through n from a result set.
SQLRollbackTransaction[conn] terminates an SQL transaction. SQLRollbackTransaction[conn, savepoint] returns to an SQLSavepoint.
SQLSavepoint[...] is an object that represents a savepoint in an SQL transaction.
SQLSchemaInformation[conn] returns information about the schemas available through an SQL connection.
SQLSchemaNames[conn] returns the names of the schema in an SQL connection.
SQLSelect[conn, table] extracts data from a table in an SQL connection. SQLSelect[conn, table, cols] extracts data from particular columns.SQLSelect[conn, table, cols, cond] ...
SQLServerInformation[server] returns a list of information about the SQL server.