G
GeorgeMar
I am converting my application from Docmd.RunSQL to
db.Execute. One sql that used to work properly to create
a new table, it would overwrite the table if it exists, by
setting the setWarnings to false.
Now, with db.execute, even though I still have setWarnings
to false, it gives an error "... the table aleady exists.."
What is the best way to indicate an overwrite?
many thanks
george
db.Execute. One sql that used to work properly to create
a new table, it would overwrite the table if it exists, by
setting the setWarnings to false.
Now, with db.execute, even though I still have setWarnings
to false, it gives an error "... the table aleady exists.."
What is the best way to indicate an overwrite?
many thanks
george