Index // DBCloseSet


Format:

dbcloseset
dbcloseset( )

Description:

Close the currently open record set opened by DBOpenSet. More information about databases in general and SQLite specifically can be found at http://sqlite.org and http://en.wikipedia.org/wiki/SQL.

See Also:

DBClose, DBExecute, DBFloat, DBInt, DBOpen, DBOpenSet, DBRow, DBString

Example:

See example of usage on DBOpen page.

Revised:

0.9.6y