azzam223 Active Member Licensed User Longtime User Dec 25, 2016 #1 hello When i want to use Rdc connection to get data with arabic language query I did not get any result but when i use English word in the query I get result Is there any solution to this problem
hello When i want to use Rdc connection to get data with arabic language query I did not get any result but when i use English word in the query I get result Is there any solution to this problem
Erel B4X founder Staff member Licensed User Longtime User Dec 25, 2016 #2 The text encoding are probably misconfigured. If you are using MySQL then you should make sure that all the databases and tables are configured with UTF8 and then set the encoding in JdbcUrl: B4X: JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8 Upvote 0
The text encoding are probably misconfigured. If you are using MySQL then you should make sure that all the databases and tables are configured with UTF8 and then set the encoding in JdbcUrl: B4X: JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
azzam223 Active Member Licensed User Longtime User Dec 25, 2016 #3 No I am using MSSQL Server Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 25, 2016 #4 Make sure that your database encoding is UTF 8. Upvote 0