Character set problems.
Posted: Fri 14 Oct 2005 11:43
Hi we have an application written in Delphi. And it is using your dbx components to connect database. (We did not wrote this application)
We have problems with Turkish characterset. First; if we change MS SQLServers collation to Turkish... application does not work, because of some capital letter differences in Turkish.
So we decided to use Latin2_CP1 collation on SQL Server, and we changed only collation of the fields that user can enter text data to Latin1_CP1254
Now if we use dbexpmss.dll we can enter Turkish data to these fields, but some parts of the program is not working.
if we use dbexpsda.dll it converts Turkish caharacters to Latin equivalents.
Is there a way that I can correct this using dbxconnections.ini or dbxdrivers.ini? Because we can not modify the program.
Best regards.
We have problems with Turkish characterset. First; if we change MS SQLServers collation to Turkish... application does not work, because of some capital letter differences in Turkish.
So we decided to use Latin2_CP1 collation on SQL Server, and we changed only collation of the fields that user can enter text data to Latin1_CP1254
Now if we use dbexpmss.dll we can enter Turkish data to these fields, but some parts of the program is not working.
if we use dbexpsda.dll it converts Turkish caharacters to Latin equivalents.
Is there a way that I can correct this using dbxconnections.ini or dbxdrivers.ini? Because we can not modify the program.
Best regards.