I've seen a few posts regarding tabledefs and the connect method to connect to a table. Does anyone know how to DISCONNECT from a table in a remote database. Do I set some property or just delete the table to disconnect?
If you have created a Tabledef with the Connect method to work with an external database table, the only way I know to end the connection is just deleting the TABLE.
For example: dbasetempname.TableDefs.Delete Tablename
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.