AdsGetTableCharType

Advantage Client Engine

Retrieves the setting of the character data type with which the table was opened/created

Syntax

UNSIGNED32

AdsGetTableCharType (ADSHANDLE hTable,

UNSIGNED16 *pusCharType);

Parameters

hTable (I)

Handle of table or cursor.

pusCharType (O)

Type of character data in table (ADS_OEM, ADS_ANSI).

Remarks

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.

Example

Click Here

See Also

AdsOpenTable

AdsCreateTable