Board index » delphi » Delphi5 BDE and character sets

Delphi5 BDE and character sets

Hi friends,

It seems to me that BDE always converts my input strings into an other
character set when posting to the database, but it shouldn't, because the
database is in win1250 character set in which my windows workstation and
database server is as well.

Delphi 3 was correct. What can be the problem?

Milan

 

Re:Delphi5 BDE and character sets


On Mon, 3 Apr 2000 18:04:06 +0200, "Horvth Miln"

Quote
<mhorv...@ultra.obuda.kando.hu> wrote:
>It seems to me that BDE always converts my input strings into an other
>character set when posting to the database, but it shouldn't, because the
>database is in win1250 character set in which my windows workstation and
>database server is as well.

What database are you using?

In any case, check the language driver settings in the BDE
Administrator program and see if its any different from your earlier
settings.

Jan

Re:Delphi5 BDE and character sets


Quote
>It seems to me that BDE always converts my input strings into an other
>character set when posting to the database, but it shouldn't, because the
>database is in win1250 character set in which my windows workstation and
>database server is as well.

That is not a BDE character set I have ever heard of before.  If you characters
are being translated it is due to the BDE driver that your table is using.  

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads