Od: "magor" <[EMAIL PROTECTED]>
Temat: [PHP-DB] Problems with character sets


> Hello everybody,
>    I have problems concerning character sets.I use InterBase database.
> I have data in columns with character set NONE, but the data is in fact in
> win1250 coding. I have other columns with character set WIN1250. I want to
> from these NONE columns to these WIN1250 columns, but InterBase does not
let
> me.

There's only one thing you can do without moving whole data to new -
properly defined - database.
Try to change RDB$CHARACTER_SET_ID in RDB$RELATION_FIELDS, but first do a
backup - it's a system table...

Cheers
Jarek Zgoda


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to