actually, i am study Erel's jRDC2 example, when my database name contains Chinese, the server cannot open the db, i changed the db name to English, it's OK.
i logged the db name:
but then real settings are:
the code used to read settings are:
how can i get correct encoding strings?
Thanks!
i logged the db name:
B4X:
JdbcURL: jdbc:jtds:sqlserver://localhost/2éêˉ3?V2012
B4X:
JdbcUrl=jdbc:jtds:sqlserver://localhost/采石场V2012
the code used to read settings are:
B4X:
Private Sub LoadConfigMap As Map
Return File.ReadMap(File.DirAssets, "config.properties")
End Sub
how can i get correct encoding strings?
Thanks!