Once you have a database you need a way to access it from within Visual Basic.The simple way to do this is to use ________.
Data
Data control
Table
None of these
Which property identifies the path of the database file?
Connect
RecordSet
DatabaseName
Recordsource
A project's or Application's back end is referred as __________.
Any Database
Program
VB
JAVA
Which of the following is a database software ?
MS Access
Foxpro
Oracle
All of these
__________ type record set contains the records from a particular table.
Tuple
File
Field
_____________ property specifies the type of the database .
Database Name
Record Source
A ___________ is a collection of data that can be represented in rows and columns.
Records
Fields
Tables
Files
__________ are interrelated data stored together to serve multiple applications.
Database
C++
_________can use it to easily create databases that can be accessed by Visual Basic .
Add-In
Row
TO add a new record the __________ method of the record set object is used.
AddNew
Delete
Edit
Clear