Data Access Options in Visual Basic 6


Introduction

Visual Basic provides variety of options when it comes to accessing the data stored in the database. Find all options below.

(i) Data Access Objects (DAO)

It communicates with the Microsoft access and other ODBC compliant data sources through the JET engine.

(ii) ODBC Direct 

It allows accessing ODBC data sources through the RDO (Remote Data Objects) and DAO objects bypassing the JET database engine.

(iii) Data Control

It binds data-aware controls to Microsoft access or other ODBC data sources.

(iv) Remote Data Objects (RDO)

It provides a frame work for using code to create and manipulate components of a remote ODBC database system.

(v) Remote Database Control

It binds to controls to an ODBC remote database.

etc.

Comments

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System