Jimgarry
MIS
- May 16, 2000
- 112
Hi, thanks in advance, I am working on a vb6 project using ado, I have connection into a access 2000 database I would like to know the commands to check to see if a table exists in the mdb.
I have the I have the stuff to delete the table but I get an error if the table is not there. and what I would like to do is just continue on the next record. I want to stay away from "on error resume next" if I can.
any suggestions
here is the section of code
cn.Execute "DROP TABLE TempData", dbFailOnError
Yes I know that I have dbFailOnError but not sure what else to put in there?
Thanks again
Jim
I have the I have the stuff to delete the table but I get an error if the table is not there. and what I would like to do is just continue on the next record. I want to stay away from "on error resume next" if I can.
any suggestions
here is the section of code
cn.Execute "DROP TABLE TempData", dbFailOnError
Yes I know that I have dbFailOnError but not sure what else to put in there?
Thanks again
Jim