Hello,
It's maybe a stupid question but is it possible to change the alias of a database without closing and reopen it?
I know a can use variable like
db = 'TEST'
use database ALIAS (db) new
and
repl (db)->veldje with 'Test'
But it would be nice to change the alias-name (it would save me some time changing existing code )
Thanks,
Marc