I can’t find adodc object in my visual basic 6.0 toolbar

Asked By 10 points N/A Posted on -
qa-featured

I am creating a standard exe. project in visual basic 6.0 and I have to add adodc object on it but I can't find the adodc object in my toolbar where can I find it and how can I make it appear it my toolbar?

 

SHARE
Answered By 0 points N/A #102213

I can’t find adodc object in my visual basic 6.0 toolbar

qa-featured

 

ADODC engine is very powerful. Tool to connect a database to a visual basic application. This is normally found as under.

Click the menu Project – >  Components.

Check Microsoft Active ADO data control OLEDB 6.0. Then click on OK.

You get the control on the tool bar. Drag it into the form and then right click on the control and click properties. Select Build, then click on the provider and other authentication details, the table you want to access and the mode of access. Try a text mode if you want to write a query. and a table mode if you need the entire table. Display in the data grid by changing the data source property of the data grid to name of the ADODC control. Run the form.

Related Questions