Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 18

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 Basic – II
Subject Code : CCP – 603
Topic : Database Programming
Duration : 50 Mts
Sub Topic : Visual Data Manager
Teaching Aids : PPTs
CCP603.18 1
Objective :

On completion of this period, you would be


able to:
 Know about Visual Data Manager

CCP603.18 2
Structure Of The Period :

 Visual Data Manager


 Creating Databases
 Creating/Defining Tables
 Adding fields

CCP603.18 3
Recap :
 Database
 Types of Databases
 Database Design

CCP603.18 4
Visual Data Manager (VisData) :

 VisData is an application that was created


using Visual Basic 5.0
 A built in version of VisData is used as an
add-in accessible from the Add-Ins menu
 It is useful to create/open Databases in MS-
Access, dBase, Paradox, FoxPro, etc,.
 VisData is accessed by choosing the Visual
Data Manager command on the Add-Ins
menu
CCP603.18 5
Visual Data Manager (VisData):

Visual Data Manager window


CCP603.18 6
Creating Databases :

 To Create a new database in VisData, click as


shown below:
 File → New → Microsoft Access →
Version 7.0 → MDB
 Enter the file name for new database in dialog
box
 A new database window appears as shown
here:

CCP603.18 7
Creating Databases :

New Database Window in Visual Data Manager


CCP603.18 8
Creating/Defining Tables :

 To Create/Define a new table in this


database, Right click on the properties and
select New Table
(Alternatively, a new table can be created
using an SQL statement in the SQL
statement window)
 A new Table Structure window appears

CCP603.18 9
Creating/Defining Tables :

Table Structure Window in Visual Data Manager


CCP603.18 10
Adding Fields :
 Before adding the fields, enter the
name for the new table
 To add a field, click on the Add Field
button
 The Add Field window appears:

CCP603.18 11
Adding Fields :
 Enter the values for Field Name, Data
Type, Size, etc
 Click on OK to add the field to the
Table
 Similarly, add all the other fields and
finally click close
 After defining and adding all the fields,
click on ‘Build the Table’ button in the
Table Structure window
CCP603.18 12
Adding Fields :
 A new Table with all the fields defined, will be
created at the specified location

CCP603.18 13
Summary :
 VisData is an application that was created
using Visual Basic 5.0
 It is useful to create/open Databases in
MS-Access, dBase, Paradox, FoxPro, etc,.
 New tables can be created by right clicking
on the properties option

CCP603.18 14
Quiz :

1. Why Visual Data Manager is used ?


Ans: To create databases and tables
3. How to start Visual Data Manager
Ans: Click on Add-ins → Visual Data
Manager
5. What is the file extension for Access
databases ?
Ans: .mdb

CCP603.18 15
Frequently Asked Questions :

1. Explain the procedure to create databases


and tables using Visual Data Manager.

2. List out the types of databases that can be


created using Visual Data Manager.

3. Explain the process of Adding a Field with


all the options in Visual Data Manager.

CCP603.18 16
Assignment :

1. Open Visual Data Manager.


2. Create a new database in non-Access
database.
3. Create a table with various field definitions.
4. Build the table.

CCP603.18 17
Thank You

CCP603.18 18

You might also like