tags:

views:

115

answers:

2

How can I display a particular array of items from a database (SQLServer) in a Spinner of Android?

+5  A: 
Christopher
i get the data from Microsoft SQL Sever -as in an external database by using websevicess.here my my problem is i don't konw how to add that data to spinner.
deepthi
A: 

jTDS could be what you are looking for, a 100% pure java JDBC driver for Microsoft SQLServer. Then you can implement an Adapter to retrieve the data.

dtmilano