G
Guest
I am trying to populate a combo box with information from a table in an Oracle Database. Here is the information I have:
OLEDBCONNECTION: OleDbConnection
OLEDBDATAADAPTER: daModel
Dataset: ds_Model
There are 2 columns in the table I am trying to query: Model_ID and Descriptio
The name of my combo box is: cbo_Model
I want to populate the combobox (cbo_Models) with the values in the Description field (from the table SERVER_MODEL
Does anyone know how to do this? Could you please help me out? Hopefully I have provided you with sufficient details. If you need more, however, I am very willing to do anything I can to figure this out
I appreciate any feedback
Reese
OLEDBCONNECTION: OleDbConnection
OLEDBDATAADAPTER: daModel
Dataset: ds_Model
There are 2 columns in the table I am trying to query: Model_ID and Descriptio
The name of my combo box is: cbo_Model
I want to populate the combobox (cbo_Models) with the values in the Description field (from the table SERVER_MODEL
Does anyone know how to do this? Could you please help me out? Hopefully I have provided you with sufficient details. If you need more, however, I am very willing to do anything I can to figure this out
I appreciate any feedback
Reese