Hi all,
I started learning VB recently. I am now creating a VB form which displays data from an Access database (2000 format). However I am quite confused with the database connection methods provided by VB. According to the books I read, there are at least the following:
1) ADODC
2) ADO (Recordset)
3) Data Environment
4) SQL
My concepts on these methods are not very clear. These methods seems overlaping in some places, for example, in Data Environment there is recordset involved.
I would like to know which method most of you are using? I want to have some reference for my direction of learning - if I try to learn all of them I will be confused so I think I should just concentrate on practicing one method -the one which supports more functions.
I started learning VB recently. I am now creating a VB form which displays data from an Access database (2000 format). However I am quite confused with the database connection methods provided by VB. According to the books I read, there are at least the following:
1) ADODC
2) ADO (Recordset)
3) Data Environment
4) SQL
My concepts on these methods are not very clear. These methods seems overlaping in some places, for example, in Data Environment there is recordset involved.
I would like to know which method most of you are using? I want to have some reference for my direction of learning - if I try to learn all of them I will be confused so I think I should just concentrate on practicing one method -the one which supports more functions.