Step #1: Create a REST-style Web service for your SQL Server 2008 instailation
Step #2: Use Java to retrieve your data from the Web service in your Android app Step #3: Create some sort of Adapter (e.g., ArrayAdapter, or your own custom BaseAdapter) to wrap around the data you retrieved, to format your grid cells Step #4: Put the Adapter in the GridView On Thu, May 3, 2012 at 4:55 PM, Gabriel <[email protected]> wrote: > Hello Everyone!, > > I'm new here in this kind of development. > So my question exactly is how can i retrieve data to my gridview from a > storeprocedure query in sql server 2008. > I will try to make an app with this to my work but i have no idea how to do > that, so please help with a few steps or maybe with the best way to do it. > > > Thanks for your attention, > > Gabo > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

