@UNQCLOSE[filename] : Close a UnQlite database.

 

filenameDatabase opened with @UNQOPEN

 

Returns 0 if successful, or the error text if it fails.

 

Example:

 

set db=test.db

set result=%@unqopen[rwc,%db]

rem do some DB processing here ...

set result=%@unqclose[%db]