0

Possible Duplicate:
Android with SQL Server 2008

Is there a way to use SQL Server with Android Application.

Thanks

Rahul Sharma

Community
  • 1
  • 1
ReNa
  • 1,114
  • 6
  • 19
  • 37
  • read this: http://stackoverflow.com/questions/4581640/using-an-android-app-to-post-entries-to-sql-server – Harry Joy Apr 15 '11 at 13:06

2 Answers2

2

Yes, as commenters noted, direct connection is possible with the help of jdts, but this approach is not recommended:

Why is the paradigm of "Direct Database Connection" not welcomed by Android Platform?

Community
  • 1
  • 1
Peter Knego
  • 79,991
  • 11
  • 123
  • 154
0

The correct way is to use a WCF web service.