R
Rob Joosen
What I do normally, is make a function that is called
during startup of the application (Autoexec macro) that
cheks if the connection to one of the tables exists (if
there are few tables, you can choose to check the
connection of all the tables)
If connection fails, another function is fired, that ask
the user to point to the database, so my app can connect
to that database.
If you wish, I can send you the procedures, or post them
here if anybody else would like to have it.
Rob
during startup of the application (Autoexec macro) that
cheks if the connection to one of the tables exists (if
there are few tables, you can choose to check the
connection of all the tables)
If connection fails, another function is fired, that ask
the user to point to the database, so my app can connect
to that database.
If you wish, I can send you the procedures, or post them
here if anybody else would like to have it.
Rob