Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADODC control with DBCombo control

Status
Not open for further replies.

mivc31

Programmer
Apr 19, 2005
3
0
0
NL
Hi there,

I use a ADODC control to connect to an Oracle database through ODBC. With a DBCombo control i want to display a field in a dropdownlist style.

I can connect to a table, but i can't make the DBCombo box work.
I am sure the connection with the ADODC control is correct.
(i've tested it with the recordset control; I can read out the records)

I use the following Propertie of the DBCombo control;

Datasource = ADODC control
Datafield = FLD_NAME
Boundcolumn = FLD_NAME

How can i make the DBCombo control to display the records of this field ?

Thanks!!!

 
First, I think you need to use the Microsoft Data List Controls instead of the Data Bound List Controls, because the latter cannot connect to an ADODC, while the former can. Then, look at the ListField and RowSource properties of the DataCombo control.


I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top