tags:

views:

876

answers:

3

Does Android supports SQL Servers? If so how to connect to SQL 2008 in my Android Application?

+1  A: 

You can not connect directly, you need a web service to do the job.

http.client can help you with the communication with the web service

Svetlozar Angelov
Why not? Shouldn't android support normal libraries for connecting to sql directly over the network? It would be hard to use while moving with the device, but I would think it is possible...
Janusz
It is possible, but I am not aware of such libraries
Svetlozar Angelov
A: 

See this earlier question.

Pontus Gagge
A: 

you can give us more details ? i want to connect to sql server from android but i don t find the way to do this, please could you give me how to write the web service ? how to read my database in sql server from android??

ameni
Sorry but this isn't an answer to the question, this is your own question. Discussion of the question should happen in the comments.
Neil Barnwell
ok,i'm sorry...
ameni