Hi all!
If I write the following:
DBEngine.SystemDB = "my.mdw"
DBEngine.SystemDB = "another.mdw",
the property still points to "my.mdw".
As I understand, I need to re-initialize DBEngine, and
then set the needed property anew.
Is it possible, and if yes - how I can do that?
Thanks in advance.