Specifies the locale identifier that you want the OLE DB data provider to use.
OLE DB
LCID = 'lcid_name'
None
You specify the locale identifier at initialization. This provides a way for the data server to determine PowerBuilder’s preferred locale language and character set. However, setting this parameter does not guarantee that all text returned to PowerBuilder is translated according to the locale ID.
To set the locale to US English:
Database profile Type the following in the LCID box on the System tab in the Database Profile Setup dialog box:
1033
Application Type the following in code:
SQLCA.DBParm="LCID='1033'"