ODBC Driver for ServiceNow

Build 22.0.8462

GetColumnsMetadata

Indicates the user preference as to when and how the provider should get the columns metadata.

Possible Values

OnStart, OnUse

Data Type

string

Default Value

"OnStart"

Remarks

Available settings are the following:

  • OnStart: The driver will execute the metadata calls to discover and cache all columns for every table, prior to executing the first statement.
  • OnUse: The driver will execute the table specific metadata calls the first time the table is referenced, provided the metadata for the table is not already cached.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462