Icon TEDBCharacterSet

Header File: edbcomps

enum TEDBCharacterSet { csAnsi, csUnicode }

This type is used with the TEDBEngine CharacterSet and TEDBSession CharacterSet properties to specify the character set that should be used for all database access.

ElementDescription
csAnsiIndicates that the ANSI character set is being used (256 characters with code pages).
csUnicodeIndicates that the Unicode character set is being used (65536 characters).
Image