質問は基本的なものかもしれません。そうであれば、ご容赦ください。Android アプリを MSSQL Serverに接続しようとしています。以下のリンクの質問で同じコードを使用しました。このリンクで選択した回答に従って、sqljdbc 4.3.0 を使用しました。
com.mysql.jdbc.driver クラスが見つからない例外
これを行うと正常にデバッグされますが、Samsung Galaxy Y (Gingerbread) であるデバイスで実行すると、次のエラーが表示されます。
com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host server.com/Db_name, port 1433 has failed. Error: "null. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.".
どんな助けでも大歓迎です。
編集:エミュレーターで実行したところ、テキストビューにこのエラーが表示されます。
android.os.NetworkOnMainThreadException