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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

More than 1 ado on a form, is this bad

Status
Not open for further replies.

TXH0207

Programmer
Jun 20, 2004
15
US
Hello,

I was just wondering if it is bad to add more than 1 ado on a form , trying to shrink down to 2forms instead of 8.

Thanks,

Mike

Mike Haas
 
No, it's not bad.

Each control on a form will bind to a different ADODC control though.

I have a form with 12 of those (just because the list box control I'm using REQUIRES a adodc control, and will not work with a normal recordset object.

I advise you though to use a array of adodc controls.

Regards

Frederico Fonseca
SysSoft Integrated Ltd
 
Thanks, very much for the quick response, (Info)

Mike

Mike Haas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top