Subject | Re: [firebird-support] Right-padded char fields? |
---|---|
Author | Ivan Prenosil |
Post date | 2008-09-01T11:26:03Z |
> Could you add a new SQL_TYPE with the new "length of data" but let FBWhy ? You are talking about CHAR datatype, i.e. fixed number of characters.
For UTF8 you can simply compute
number of characters = buffer length / 4
Is it not enough for your needs ?
Ivan