I am developing a system which is processing data from a number of linked
tables, via an ODBC connection.

Currently the system is working fine because I have the connection set up on
my machine.

However I was wondering how I could tell if someone was running the system without the ODBC connection set up on their machine.

Would they just see an empty table, or would there be some other error.

Can anyone advise please.