How Is Create Database Connection In Vb

1

1 Answers

rayees mattoo Profile
rayees mattoo answered
It is connected through ADODC connection. You need to change the properties of the ADODC control and the control that you want to connect to the ADODC. For example if you want to link the text box with ADODC control, change the textbox's data source property to ADODC's name, and data field property to the table field. Then change the ADODC data source and record source properties to match the requirement.

Answer Question

Anonymous