1. Is there a way to determine if a Database is Open?
I want to use:
SET DATABASE TO <DBCName>
But before doing that I want to test to ensure that the DBC is OPEN. If I attempt to execute the command and the DBC is not Open, an error is generated.
2. Is there a way to get a listing of the Tables/Views contained in an Open Database?
Your advice is greatly appreciated.
Thanks,
I_Forgot
I want to use:
SET DATABASE TO <DBCName>
But before doing that I want to test to ensure that the DBC is OPEN. If I attempt to execute the command and the DBC is not Open, an error is generated.
2. Is there a way to get a listing of the Tables/Views contained in an Open Database?
Your advice is greatly appreciated.
Thanks,
I_Forgot