Is there any solution for.....
.....when making use of #AdditionalJar: jtds-1.3.1 and compiling the B4J project to a standalone package?
Running the B4J app from the IDE is working perfectly but cannot get the standalone exe to run
Have tried adding various charset's to the Initialize string but it always fails - tried UTF-8, ISO-8859-1, Cp1252
eg:
Have searched the forum but cannot find a solution. Really don't want to switch to a Microsoft driver
B4X:
java.sql.SQLException: Could not find a Java charset equivalent to DB charset Cp1252
Running the B4J app from the IDE is working perfectly but cannot get the standalone exe to run
Have tried adding various charset's to the Initialize string but it always fails - tried UTF-8, ISO-8859-1, Cp1252
eg:
B4X:
SQL1.Initialize("net.sourceforge.jtds.jdbc.Driver","jdbc:jtds:sqlserver://xx.x.xxx.xx:1433/Syspro_Live_xxx_x;integratedSecurity=true;useNTLMv2=true;charset=UTF-8;")
Have searched the forum but cannot find a solution. Really don't want to switch to a Microsoft driver