Click to See Complete Forum and Search --> : Is there any kind of 'table exists' method?


marshalwdr
10-01-2003, 10:20 AM
I need to run a querry from an asp page only if a certain table exists. Is there any kind of method that can look at the database (Access) and tell me whether or not a certain table exists before running the querry?

Thanks

lillu
10-01-2003, 01:16 PM
HTH

http://www.kamath.com/codelibrary/cl002_listtables.asp

marshalwdr
10-02-2003, 05:17 PM
Thanks for the help...much appreciated.