Hi,
In my application I want the location of my application-database as well as
the location of my data-database to be displayed.
I retrieve the name of the application by:
ApplName = DBEngine(0)(0). Name
In the application I use links to the tables of my data-database.
How can I retrieve the location / name of the data-database?
DataName = <link to data-database>
Thanks,
susan
In my application I want the location of my application-database as well as
the location of my data-database to be displayed.
I retrieve the name of the application by:
ApplName = DBEngine(0)(0). Name
In the application I use links to the tables of my data-database.
How can I retrieve the location / name of the data-database?
DataName = <link to data-database>
Thanks,
susan
Comment