i want to show the data of a file of database ina combobox of a column
showing items of a combobox
Collapse
X
-
Tags: None
-
What do you want us to do about that? What have you already tried yourself? If you've got nothing, start writing down the steps you need to take:
1. Create database connection
2. Query database
3. Save data in variable
4. Bind the variable to the combobox
Then, see what action you need to perform to make the steps work. Have fun!
Steven -
here i hv used a combobox to show the selected data which is a column of a table from a database. i hv the problem tht i cant assign the data into combobox optionComment
Comment