Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disconnect from a table

Status
Not open for further replies.

rewdee

Programmer
Aug 17, 2001
295
US
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?

Thanks,
Rewdee
 
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

[afro]Cheers ! Balbino.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top