Friday, August 20, 2010

What is ADODC in VB ?

how to place an Ado control in VB form and connect it to Datagrid ....I want the drag and drop method, not the written method...please help me soon....What is ADODC in VB ?
You need drag the ADODC control onto your form. Then set the controls data source properties to the specific database, making sure that the connection string is correct. Then set up your SQL statement inside the control's properties. Drag a datagrid onto the form and set its row source property equal to the ADODC control.

No comments:

Post a Comment