I need to populate some information into several ComboBoxes.

The infromation should be read from the table in my database. Is it possible to read the information and populate it onto a combobox without using data binding?

I tried to populate several ComboBoxes, but if I use databinding, the ComboBoxes all show the same value. Also, if I select a certain value, it also selects that row in the table, which I do not wish to do...