I have an app that adds and deletes tables in a database depending on what site runs the program.
I have a problem though. I have no way of knowing the names of the tables in the database..
For city1 tables would be
lk_user
lk_Event
for city2 I might not have lk_user
So to remove I need to have a way to find all the table names in the database.
I have a problem though. I have no way of knowing the names of the tables in the database..
For city1 tables would be
lk_user
lk_Event
for city2 I might not have lk_user
So to remove I need to have a way to find all the table names in the database.