QUOTE(qaz1134 @ 26 Nov, 2008 - 01:47 AM)

hello guys i am new to visual basic and i was just wondering if you could help me find out whats data control for? and ADO(active x data object)control for?
Using the properties windows can you please enumerate the procedures in which a visual basic can access a data base using a data control
or else you can suggest site that are very helpful and relevant to my question...
i have tried google lately but since i am new i am kinda lost...
thanks in advance ......
QUOTE
Hi,
ADO control is use to connect your application to the a database. I believe in VB 6 there two types of ADO, the ADODC and the ADODB. Use ADODB it is more effective than using ADODC. In order to use the control, include it on yoour project. I can't show you the codes on how to connect your application to a database because this site has a policy that you must provide your codes first. Try searching on google.com, type like this "connect to database using ADODB in VB6". If you where able to generate a code for that and an error occur, post your codes here and we will help you how to debug your codes