Discussion:
dbExpress, Interbase 2007 and Unicode - "all or nothing" ?
(too old to reply)
Michael Justin
2008-04-21 05:17:17 UTC
Permalink
Is it possible to use dbExpress to access tables in InterBase 2007 where
some columns use Win1252 encoding and some Unicode?

Unfortunately we have to start this project now, so Delphi 2008 would be
released too late...
--
Michael Justin
Esteban Pacheco
2008-04-22 01:08:50 UTC
Permalink
Hi Michael,

It is my understanding that on Delphi 2007 dbExpress is already Unicode
enabled.

A quick search on the web can give you details.

Att.
Esteban Pacheco
http://blogs.epachsoft.com
Post by Michael Justin
Is it possible to use dbExpress to access tables in InterBase 2007 where
some columns use Win1252 encoding and some Unicode?
Unfortunately we have to start this project now, so Delphi 2008 would be
released too late...
--
Michael Justin
Michael Justin
2008-04-22 05:34:18 UTC
Permalink
Post by Esteban Pacheco
It is my understanding that on Delphi 2007 dbExpress is already Unicode
enabled.
Ok, but how can I configure the dbExpress TSQLConnection so that one
TSQLQuery can both contain Unicode (UTF-8) WideString fields and
non-Unicode Win1252 encoded String fields?

Will I need two TSQLConnections to display and edit one database table ?

Michael

Loading...