Hi, I was reading several days the forum and I didn't find the way to moving from jRDC to jRDC2 at the server side.
I have an SQL Server with B4A Remote Database Connecter (version 0.9) working perfectly with B4A application using DBRequestManager class.
I am updating DBRequestManager to last version, and now I am not able to moving the jRDC to jRDC2 at the server side.
At the client side, I download the last SQL jDBC and unpack it, after I added the code
#AdditionalJar: mssql-jdbc-6.4.0.jre9.jar
and at compile time get the error:
ERROR: java.util.zip.ZipException: Not in GZIP format
Are there any guide to update jRDC in SQL Server to use it from B4A app?
Thanks
I have an SQL Server with B4A Remote Database Connecter (version 0.9) working perfectly with B4A application using DBRequestManager class.
I am updating DBRequestManager to last version, and now I am not able to moving the jRDC to jRDC2 at the server side.
At the client side, I download the last SQL jDBC and unpack it, after I added the code
#AdditionalJar: mssql-jdbc-6.4.0.jre9.jar
and at compile time get the error:
ERROR: java.util.zip.ZipException: Not in GZIP format
Are there any guide to update jRDC in SQL Server to use it from B4A app?
Thanks