-
1
- #1
I would like to know if there is any way to determine if a certain table exists in a database.
I am writing an data viewer application, and one of the screens is dependent on a table existing in the system.
If the table exists in the system, open up the form. Otherwise, run a series of queries to re-establish the needed table, populate it with data, and then opne up the form.
Any suggestions?
I am writing an data viewer application, and one of the screens is dependent on a table existing in the system.
If the table exists in the system, open up the form. Otherwise, run a series of queries to re-establish the needed table, populate it with data, and then opne up the form.
Any suggestions?