Anda di halaman 1dari 11

DEPARTMENT OF TECHNICAL EDUCATION

ANDHRA PRADESH
Name : Y. Vijaya Bhaskara Reddy
Designation : Senior Lecturer.
Branch : commercial and Computer
Practice.
Institute : G.P.W Kakinada.
Year/semester : VI semester.
Subject : Visual basics—II.
Subject code : CCP603.
Topic : Database Programming
Duration : 50 minutes.
Sub Topic : Know how to access fields
in record sets.
Teaching Aids : PPTS.

CCP603.23 1
OBJECTIVES

On completion of this period, you would be


able to:
 Know how to access fields in Recordsets

CCP603.23 2
Structure Of The Period:
 Characteristics of Table-type Recordset
 Characteristics of Dynaset-type Recordset

 Characteristics of Snapshot-type Recordset

CCP603.23 3
Recap:
 DAO Recordset – Definition

 Types of Recordsets

CCP603.23 4
Characteristics of Table-Type Recordset:
 It is based on a base table
 It is dynamic and updatable
 It is best suited when working with a single
table (non-ODBC database)
 It can be used only with .MDB databases or
ISAM tables opened directly

CCP603.23 5
Characteristics of Dynaset-Type
Recordset :
 It is based on a query
 It is also dynamic and updatable
 It is best suited when working with records,
possibly containing fields from one or more tables
 It reflects changes by other users and is updatable

CCP603.23 6
Characteristics of Snapshot-Type
Recordset :
 It is based on a query
 It is not dynamic and cannot be updated
 It is best suited when finding data or preparing
reports
 It reflects the state of the data at the time of the
snapshot, which is ideal for reporting

CCP603.23 7
Quiz
Match the following:
A B
Table-type Useful for reports

Dynaset Only for .mdb

Snapshot Updatable

CCP603.23 8
Frequently Asked Questions:

1. List the types of Recordsets.

2. List the characteristics of Table-type Recordset.

CCP603.23 9
Summary:
 Characteristics of Table-type Recordset

 Characteristics of Dynaset-type Recordset


 Characteristics of Snapshot-type Recordset

CCP603.23 10
Assignment
1. List the characteristics of Dynaset-type Recordset
2. List the characteristics of Snapshot-type Recordset.

CCP603.23 11

Anda mungkin juga menyukai