I have followed the tutorial on JRDC2 of Erel and others and I have downloaded mssql-jdbc-8.2.2.jre8.jar and jtds-1.3.1.jar into my AdditionalLibraries folder.
I am now trying to run a B4J project just to test out the remote connection and datahandling.
I have this in my code just before Process Globals:
#AdditionalJar: mssql-jdbc-8.2.2.jre8.jar
#AdditionalJar: jtds-1.3.1
My code line :
Public rdcConnector1 As RDCConnector
gives me an error. I cannot see either of the two .jar files in my libraries manager.
Any tip as to where the error might be?
Thanks
PK
I am now trying to run a B4J project just to test out the remote connection and datahandling.
I have this in my code just before Process Globals:
#AdditionalJar: mssql-jdbc-8.2.2.jre8.jar
#AdditionalJar: jtds-1.3.1
My code line :
Public rdcConnector1 As RDCConnector
gives me an error. I cannot see either of the two .jar files in my libraries manager.
Any tip as to where the error might be?
Thanks
PK