I am reading some of these threads and not getting a lot out of connecting to MS SQL server. for what I can get.. I have downloaded the JDBC from mocrosoft's website and it has 2 jar files..
I have added this line:
but unsure what I need to put in initialize section:
after this am I reading the records the same as mySQL connection?
also there is some .Dll's that came with the JDBC.. do I need to do anything with these or not?
https://www.microsoft.com/en-us/download/details.aspx?id=55539
- mssql-jdbc-6.2.2.jre7.jar
- mssql-jdbc-6.2.2.jre8.jar
I have added this line:
B4X:
#AdditionalJar: mssql-jdbc-6.2.2.jre8.jar
but unsure what I need to put in initialize section:
B4X:
Dim sqlMS As SQL
sqlMS.Initialize()
after this am I reading the records the same as mySQL connection?
also there is some .Dll's that came with the JDBC.. do I need to do anything with these or not?
https://www.microsoft.com/en-us/download/details.aspx?id=55539