Subject | Re: [firebird-support] Firebird 2.1, Unicode and external table |
---|---|
Author | Milan Babuskov |
Post date | 2009-04-22T16:48:35Z |
cariad_ilmara wrote:
create...
...
field_name char(10) character set WIN1252
...
etc.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
> - Is there a way to specify a different encoding for external table/file ?Did you try to specify the character set in CREATE TABLE?
create...
...
field_name char(10) character set WIN1252
...
etc.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com