I have a table with two fields:
OBLAST VARCHAR(16) by UTF8 Charset
ACTIVE VARCHAR(1) by UTF8 Charset
I have a problem on Post of the field OBLAST VARCHAR(16). I fill it with Cyrillic Alphabet letters under TDBGrid component or TDBEdit component, when I post the TSQLQuery, it's length decreases suddenly if it's length is more than 8 letters.
Is there any solution ?
Thanks!