Locale Identifier Property

ADO and SQL Server

ADO and SQL Server

Locale Identifier Property

The Locale Identifier property specifies a preferred locale ID.

Applies To
Connection Object
Syntax

object.Properties("Locale Identifier") [= value]

Parts

object

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

value

Integer that specifies the locale ID.

Data Type

adInteger

Modifiable

Read/write

OLE DB Property

DBPROP_INIT_LCID

Remarks

Applications specify the LCID at initialization. This provides a method for the server to determine the application's specified LCID in cases where it can use this information. This property does not guarantee that all text returned to the application is translated according to the LCID.