Script functions reference > Script functions in alphabetical order > L > LotusNotesDisconnect

LotusNotesDisconnect
Syntax
LotusNotesDisconnect();
Description
Disconnects an existing connection to a Lotus Notes database.
An established connection will be automatically disconnected at Job End.
If you call the LotusNotesConnect function, all previous connections will be disconnected automatically. Using the LotusNotesDisconnect function to close a connection ensures that all data written to the database is saved.
Returns
0
-1
Example
$ret = LotusNotesDisconnect();
OpenText StreamServe 5.6 Updated: 2013-03-01