Multi-Table Update Property

ADO and SQL Server

ADO and SQL Server

Multi-Table Update Property

The Multi-Table Update property indicates whether the provider can update recordsets derived from multiple tables.

Applies To
Connection Object  
Syntax

object.Properties("Multi-Table Update")

Parts

object

Expression that evaluates to an object in the Applies To list.

Returns

One of the following settings:

Value Description
True The provider can update recordsets derived from multiple tables.
False The provider cannot update recordsets derived from multiple tables.

Data Type

adBoolean

Modifiable

Read-only

OLE DB Property

DBPROP_MULTITABLEUPDATE