problem with embedded firebird and charset win1252

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
isaac_cm
Posts: 1
Joined: Sun 30 Mar 2008 10:48

problem with embedded firebird and charset win1252

Post by isaac_cm » Sun 30 Mar 2008 10:55

Hello,
I created an embeddded firebird database with IBExpert but can not connect to this database with ibdac I get error "charset win1252 is not defined"

I can connect normally and alter my database from IBExpert I have to use win1252 fro my language , what to do ??

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 01 Apr 2008 08:39

Firebird embedded server does not supports setting character set for a connection. If your database contains data in Win1252 character set, this character set is used by default, and you don't need to set Charset option.

Post Reply