Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Unregisters a table connection between Microsoft Dynamics NAV and an external database.
UNREGISTERTABLECONNECTION(Type, Name)
Parameters
- Type
Type: TableConnectionType Specifies the type of table connection as defined in the TableType property. If the table is of type ExternalSQL, UNREGISTERTABLECONNECTION rolls back the current transaction.
- Name
Type: Text Specifies the name of the connection in your code, or the name of the primary key field on the table.
See Also
Reference
TableConnectionType Data Type
REGISTERTABLECONNECTION Function (Database)