OdbcDisconnect(str_dbidentifier);
str_dbidentifier
The identifier specified in OdbcConnect.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.
1 -1 OdbcDisconnect("my_identifier");
OpenText StreamServe 5.6 | Updated: 2013-03-01 |