mssql server

  1. joaquinortiz

    Android Question Tutorial of connecting Android to MS SQL Server using jRDC2

    @Vikjh In this post https://www.b4x.com/android/forum/threads/tutorial-of-connecting-android-to-ms-sql-server-using-jrdc2.114856/post-746950 You said that you had entered this code as online method. But where do you inserted, on B4A code or RDC2 code?
  2. Bladimir Silva Toro

    Android Tutorial Tutorial of connecting Android to MS SQL Server using jRDC2

    Hi Here is a tutorial that shows the steps of how to make an Android connection to MS SQL Server using jRDC2. Download tutorial here: Attached the Mobile Project in B4A and the JRDC2 Project in B4J Any questions please ask in the forum Bladimir Silva Toro Teacher programming software
  3. G

    B4J Question after B4J update: java.lang.NoClassDefFoundError at connect MSSQLSERVER

    Hello everybody in migrating to the new version of java sdk jdk1.8.0_91 at the recent jdk-11.0.1 I am encountering a series of problems. The code below with sdk jdk1.8.0_91 works while using jdk-11.0.1 from error at sql1.Initialize: java.lang.NoClassDefFoundError: javax / xml / bind /...
  4. C

    Android Question MSSQL-JDBC Minimalistic Example

    Ok... I am trying to get B4A to connect to an in-house MSSQL server (2014) using a direct JDBC connection. However, things are a bit confusing for an outsider new to B4A and I keep getting "unknown error (14) Can't open database" in the log. This server is running other in-house databases so...
Top