I can't sure that this is a bug of freetds.
With the same php code, I tried to save a string both into my-sql db and ms-sql db.
After that, I found correct value on my-sql db but not on ms-sql db.
A string that was used for test was written in korean.
As a conclusion, I think that freetds does not support international languages.
Is it right?
Please, tell me why that happens!!
I am under the below environment.
Web server: linux redhat 7, php 4.0.3, apache 1.3.14
--it works correctly--
DB server1: linux redhat 7, mysql 3.23.27
--it has some problems in international language--
DB server2: Window-NT 4.0, MS-SQL 7.0
freetds: 0.51 be compiled with tds version 7.0
thanks in advance.
With the same php code, I tried to save a string both into my-sql db and ms-sql db.
After that, I found correct value on my-sql db but not on ms-sql db.
A string that was used for test was written in korean.
As a conclusion, I think that freetds does not support international languages.
Is it right?
Please, tell me why that happens!!
I am under the below environment.
Web server: linux redhat 7, php 4.0.3, apache 1.3.14
--it works correctly--
DB server1: linux redhat 7, mysql 3.23.27
--it has some problems in international language--
DB server2: Window-NT 4.0, MS-SQL 7.0
freetds: 0.51 be compiled with tds version 7.0
thanks in advance.