Having successfully started the database using the following command: The database suddenly shuts down whenever I close SQL Central on a client machine.
Is there anyway I can prevent this from happening. I prefer to explicitly stop the database using dbstop, something like this:
Clients should be able to connect and disconnect as and when. I could hack it and open a dummy client, but prefer not to create such spurious connections.
|
Remove the -ga switch from the database server command line - this option tells the server to auto-stop after the last connection has disconnected! See the -ga documentation 2
Just as a general rule of thumb: Specify only the command line options that are required or are understood - SQL Anywhere usually has very reasonable defaults...
(14 Jul '17, 10:26)
Volker Barth
|