Advantage Client Engine
Retrieves the setting of the character data type with which the table was opened/created
|
UNSIGNED32 |
AdsGetTableCharType (ADSHANDLE hTable, UNSIGNED16 *pusCharType); |
|
hTable (I) |
Handle of table or cursor. |
|
pusCharType (O) |
Type of character data in table (ADS_OEM, ADS_ANSI). |
AdsGetTableCharType will retrieve the setting of the character data type specified during the table open/create. Note that ADS_ANSI will always be returned if the usTableType parameter used in the open/create was ADS_ADT.
If one of the dynamic collations was specified when creating or opening the table, the value returned will still be ADS_ANSI or ADS_OEM depending on the collation selected.