DBCLOSE        Close and optionally delete SQL database file

Top  Previous  Next

Syntax:

DBCLOSE

[ /options ]

Arguments:

None

 

Options:

/delete

Delete the file after closing it.

 

 

This script command is used to close a SQL database file when it is no longer needed.

 

Add the /delete option if the file is considered temporary and it should be deleted after being closed.

 

When a database file is closed, Robo-FTP deletes any %db_xxxx variable(s) that may have been created by prior execution of the DBGETRESULTS script command.

 

Related Command(s): DBGETRESULTS, DBUSE, DBQUERY DATESUB