Stop SQL Anywhere when stopping Developer
By default when you close Servoy Developer it does not stop SQL Anywhere, this is on purpose and in many cases the way you expect and want it to work. However:
If, just like me, you have more than 10 Servoy installs, once in a while you will forget to shut down your iAnwyhere while switching to a different install, sometimes causing unexpected repository upgrades, etc. Solution: tell SQL Anywhere to shut down when you shut down developer.
Simply add the following option to the first line of your sybase.config (in sybase_db):
-ga
With this option SQL Anywhere will shutdown when all connections to that database are closed
Comments (3)