How can I get items from an Access into a comboBox in a SmartPhone Application?

xcorpionxting

New member
Joined
May 1, 2009
Messages
1
Programming Experience
Beginner
So I already have a smartPhone application and a simple MS Access database. I added a database connection in my application from the Acess database. How can I read values from a table in the database and add these items to a comboBox in my application? Hint: this should happen when a soft key is clicked.

Example: the database contains a table 'shops' with a column 'shopType'. I want to put all the shop types in a combo box.
 
Back
Top