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.