rohitbhoir
New Member
Is there a way to select any working database using a query, and not via the data dictionary? (the database is already connected)
CREATE ALIAS DICTDB FOR DATABASE mydb. /* For mydb database */
DEF VAR mydb AS CHAR INITIAL "sports2000" NO-UNDO.
CREATE ALIAS DICTDB FOR DATABASE VALUE (mydb).