Search found 3 matches
- 05.12.2008, 17:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29153
First of all, thanks for the replies Ok. I can put together a) a very simple DB with 1 table (with 1 UTF8 field and an Ansi field) and some rows of data b) its creation DDL script c) a very simple appl (one form with a TDataSource, TDbGrid and some TDbEdits contols in a zip file if the above is ok, ...
- 04.12.2008, 22:24
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29153
Test Zeos7 and Firebird 2.1
Hi to all. I have done some first quick tests with Firebird v.2.1, Zeos v.7 and D2009. Up now seems to be ok. I can do some more advanced use of Zeos7 in the next weeks. The only problem i have for now is about UTF8 fields. When a field is declared as UTF8 field in Db, is normal that in DbControls (...
- 12.08.2008, 20:39
- Forum: Firebird
- Topic: Firebird and UTF8 Fields
- Replies: 0
- Views: 631
Firebird and UTF8 Fields
Hi All. I have just started using FB v.2.x with UTF8 chars. what i want to ask is this: selecting a utf8 field with a ZQuery shouldn't the returned fieldtype be WideString? Now Zeos returns a stringtype field and i have to do myself the utf8 to widestring convertion. Is this normal? thanks in advanc...