Copy the list of a ComboBox?

Hello all. I want to know if there's anyway to copy the list of data in a
combobox, as opposed to going thru each element? Is there a way to pass-in
a list of data to a combobox as opposed to individual Appends()?

Specifically, I want to have a list of configurations, that I want to save
in a MySQL database. At the moment, it will be much easier for me to put in
the LIST OF DATA as a single MySQL record, wth other records, rather than
posting to the DB individually.

Thanks for your help!!!!
-Dave