Script functions reference > Script functions in alphabetical order > O > OdbcDisconnect

OdbcDisconnect
Syntax
OdbcDisconnect(str_dbidentifier);
str_dbidentifier 
Description
Disconnects the server from the data source. You use this function after all the other script functions that you want to carry out on a StreamServe Process.
If you do not call the OdbcDisconnect function, StreamServe automatically disconnects from the data source when StreamServe is terminated.
Returns
1
-1
Example
OdbcDisconnect("my_identifier");
OpenText StreamServe 5.6 Updated: 2013-03-01