Hi there everyone again,
My question is that in a database that I have inherited , there is a
line of code:
db.Execute "Drop Table [tableName]", dbSQLPassThrough
I thought pass through queries are like stored procedures to external
data sources. The idea being that you can run queries on other
databases without opening them.
Why would you need to add the dbSQLPassThrough to this statement? Or
is it unneccessary to use dbSQLPassThrough in this way?