Re: [android-developers] Re: Network error IOException while trying to Sync Data From SQL Server
Device is Connected to My System..Through that i'm trying to access server database. My computer is in same network.
On Wed, Nov 14, 2012 at 6:54 AM, Sunghun <sunghun@identityhive.com> wrote:
Hi.
Please check the device is connected to the same network with your SQLServer if the SQLServer has private IP.
On Tuesday, November 13, 2012 5:12:22 PM UTC+11, Aadi Rockzz wrote:--Hi,I'm trying to fetch data from my Local-Server Using an Android App. I established this using jtds.jdbc Connection. In Emulator It's working fine and fetching Data. While tried to connect using Android device through USB it's Giving the Following Error.07-05 06:05:32.790: W/Error connection(4660): Network error IOException: failed to connect to /194.178.100.3 (port 1433): connect failed: ENETUNREACH (Network is unreachable)Here is the code which i'm using to connect SQL-Server DatabaseConnection conn = DriverManager.getConnection("jdbc:jtds:sqlserver://194.178.100.3:1433/MyDB","sa", "password");I have Some Proxy Setting in My System i Doubt is that Blocking me while trying to access Server-Database. While syncing From USB device from my Computer.My Operating System is Windows 7 Professional, Service Pack 1Please Help me to Solve this issue.Best RegardsAadi
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home