Inf 5
Inf 5
1. Database
2. Table
3. Recordset
Types of Recordset:
1. Table-type Recordset.
2. Dynaset-type Recordset
3. Snapshot-type recordset
4. Forward-only-type Recordset.
5. Dynamic-type Recordset.
These are:
1. DAO-Data Access Object.
2. RDO-Remote Data Objects.
3. ADO-ActiveX Data Objects
Data Provider:
Data Provider is a control or object or mechanism that provides data for use by connecting
to a source of data.
OLE DB:
It is the underlying system service that a programmer using ADO is actually using OLEDB
is a set of interfaces that provide applications with uniform access to data stored in diverse
information sources.
ADO Events:
There are two families of events:
1. ConnectionEvents.
2. RecordsetEvents.
DSN:
Data Source Name is a logical name used by open database connectivity(ODBC) to refer to the
drive and other information required to access data.
ODBC is a standard API for database access that offers standard definitions of how to talk
to databases of all kinds.