Table Properties

The DBPROPSET_TABLE property set contains the following properties. All of these properties are in the TABLE property group.

Property ID Description
DBPROP_TBL_TEMPTABLE Type: VT_BOOL

Typical R/W: R Only

Description: Temporary Table

Specifies whether the table is temporary, that is:

  • VARIANT_TRUE, which indicates that the table is destroyed when the session is released.

  • VARIANT_FALSE, which indicates that the table is created permanently.