Releases a connection to Zim Integrated Server on to an SQL database.
DISCONNECT FROM [ "ZIMSERV" | "JDBCSAM" | alias name ]
The alias name is one of the defined ones in the zimalias.zim configuration file.
The DISCONNECT command should only be issued after a CONNECT command has been successfully executed in order to disconnect a previous connected session. The name of the server to be used in DISCONNECT must be the same used in CONNECT.
connect to ”JDBCSAM” using ("Sales", "MySQL", "TheUser", "ThePassword","5455", "123.123.123.123”)
disconnect from ”JDBCSAM”
connect to ”ZIMSERV” using ("Inventory", "", "JOE", "PASSWORD", "Joes_Server", "LinuxAirport")
disconnect from ”ZIMSERV”