Re: [android-developers] Re: how to connect with sql server 2005

2012-04-04 Thread Mahmoud Mortada
thank you BNReddy but i have to use direct connection to the database -- 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 and

Re: [android-developers] Re: how to connect with sql server 2005

2012-04-04 Thread BNReddy
try{ HttpClient client = new DefaultHttpClient(); HttpGet getMeathod = new HttpGet( "URL"); ResponseHandler responseHandler = new BasicResponseHandler(); String responseBody1 = client.execute(g

Re: [android-developers] Re: how to connect with sql server 2005

2012-04-03 Thread arunkumar ayyavoo
u known how to call web service in android u have a any simple code send me. On Wed, Apr 4, 2012 at 11:36 AM, ramalakshmi wrote: > > we cant connect through jtds/jdbc. > for the connection we have to write a php file.please go through this > > http://p-xr.com/android-tutorial-how-to-parse

[android-developers] Re: how to connect with sql server 2005

2012-04-03 Thread ramalakshmi
we cant connect through jtds/jdbc. for the connection we have to write a php file.please go through this http://p-xr.com/android-tutorial-how-to-parse-read-json-data-into-a-android-listview/#comments in the last they gave te source code also. -- You received this message because you are subscrib

Re: [android-developers] Re: how to connect with sql server 2005

2012-04-03 Thread Mahmoud Mortada
i found jtds ,it's open source program to make the connection -- 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-d

[android-developers] Re: how to connect with sql server 2005

2012-04-03 Thread lbendlin
This has not much to do with Android? Have you looked at JDBC? On Monday, April 2, 2012 11:13:55 PM UTC-4, mahmoud mortada wrote: > > i need to know how can i connect with sql server and retrieve from it > > -- > Dr.M > -- You received this message because you are subscribed to the Google