Subject | [firebird-support] Firebird-1.5.2.4731_embed_win32 iso8859-2 charset problem |
---|---|
Author | send@atlas.sk |
Post date | 2005-07-18T17:17:53Z |
Hi,
i have a unpleasant problem with my Firebird database(Firebird-1.5.2 embed
ver. build 4731). I created my DB
with following:
CREATE DATABASE 'H:\DB\PBI.FDB'
USER 'SYSDBA'
PASSWORD 'masterkey'
DEFAULT CHARACTER SET ISO8859_2;
-----------
My problem is that i cant create table with VARCHAR column with
default(iso8859_2) charset.
This:
create table test(
RT VARCHAR(7)
);
Returns this:
"unsuccessful metadata update -TEST"
--------------------
This works:
create table test(
RT VARCHAR(7) CHARACTER SET NONE
);
I recieve this error in isql console and also in IBExpert Personal and ESM
Firebird manager Lite.
If you know this problem or if you have any ideas please write to this
newsgroup.
Thanks a lot for it Saboter
----------
* www.inMail.sk - Vasa emailova adresa na cely zivot ZDARMA
* www.ZonerPress.sk - pocitacova literatura, zameranie na webdesign a grafiku
* www.SlovakNET.sk - profesionalny webhosting, domena .SK ZADARMO
i have a unpleasant problem with my Firebird database(Firebird-1.5.2 embed
ver. build 4731). I created my DB
with following:
CREATE DATABASE 'H:\DB\PBI.FDB'
USER 'SYSDBA'
PASSWORD 'masterkey'
DEFAULT CHARACTER SET ISO8859_2;
-----------
My problem is that i cant create table with VARCHAR column with
default(iso8859_2) charset.
This:
create table test(
RT VARCHAR(7)
);
Returns this:
"unsuccessful metadata update -TEST"
--------------------
This works:
create table test(
RT VARCHAR(7) CHARACTER SET NONE
);
I recieve this error in isql console and also in IBExpert Personal and ESM
Firebird manager Lite.
If you know this problem or if you have any ideas please write to this
newsgroup.
Thanks a lot for it Saboter
----------
* www.inMail.sk - Vasa emailova adresa na cely zivot ZDARMA
* www.ZonerPress.sk - pocitacova literatura, zameranie na webdesign a grafiku
* www.SlovakNET.sk - profesionalny webhosting, domena .SK ZADARMO