Is there any way to not have an link placed on the workspace when a database is opened?
Subject: Workspace databases
If the database is being opening programmatically (i.e. via a button in another database), yes - @Command([FileOpenDatabase]) has a parameter called temporary that prevents the icon from being created. If you’re opening directly from the server, or from a doclink, I don’t think it’s possible.