Navigation:  SQL Driver Properties(General) >====== PROP:Disconnect ====== Previous pageReturn to chapter overviewNext page

PROP:Disconnect CLOSEs any open files in the target file's database, then disconnects the application from the database.

NoteBox.jpg

PROP:Disconnect is neither thread nor program wide.  Rather it is connection wide.  So every file on every thread that uses the same connection (same OWNER attribute) is closed.

Example:

FileLabel{PROP:Disconnect} !No equal sign needed