0

I am new to Android and I am trying to connect Android Studio with Microsoft Sql Server using jtds-1.3.1. but I can't able to connect as it shows me the following error

E/java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver

I tried all the possible ways as from Google from youtube but still i cant able to solve it. Hope I can find a solution here

3
  • FYI, SQL Server isn't SSMS. SSMS stands for SQL Server Management Studio; which is an IDE for SQL Server. Commented Jan 17, 2022 at 17:32
  • Before you get too invested in this approach please consider the following: do you really want to put your SQL Server on the public internet so that mobile devices (and all and sundry) can access it directly? Almost always you want to put some kind of web API in front of your SQL Server and have your applications use that instead. This also helps to decouple from SQL Server so that you can move to or mix in other technologies on the backend. Commented Jan 17, 2022 at 21:45
  • See also previous SO question/answer, Java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver On Android. Commented Jan 17, 2022 at 21:48

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.