Closing a cursor, database or file (ODBC)

close

Close a cursor, database or file (ODBC)


SYNTAX

close cursor_id [, cursor_id]…
close database_id [, database_id]…
close file_id [, file_id]…

The standard Sculptor command close has the following uses with ODBC:

cursor_id

Releases any records that have been associated with this cursor by the execution of an sql command. A cursor is declared by a !cursor declaration within the +|–database definition.

database_id

Closes a connection to a database. All open cursors and files are also closed.

file_id

Close a file in a database. See close.


RELATED TOPICS

ODBC

Sculptor commands used with ODBC