Navigation:  DAO Object Classes > DaoTableDef Class >

DaoTableDef:RefreshLink() Method

Previous pageReturn to chapter overviewNext page

Purpose

Updates the connection information for an attached table

 

Parameters

None

 

Returns

NIL

Remarks

To change the connection information for a linked table, reset the Connect property of the corresponding TableDef object and then use the RefreshLink method to update the information. Using RefreshLink method doesn't change the linked table's properties and Relation objects.

 

For this connection information to exist in all collections associated with the TableDef object that represents the linked table, you must use the Refresh

 

 

 

method on each collection.

 

Class

DaoTableDef