answersLogoWhite

0

A database record is a single row in a database. A recordset (or cursor) represents a query, and looks like (part of) a record or row. It is actually a row of the query, or virtual table representing the query.

When you submit a query that returns data, you create a recordset and the database fills it in with the first record that matches the predicate clause. You do what you need to do with that data. When you need the next record, you fetch the next row, and so on and so forth.

Some recordsets represent more than one row at a time. That is up to the database and your program design, but the concept is the same - the recordset is all or part of the resultset from the query.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the role of cursor in vb?

cursor is show the record which is saved in database of ADO(activex data object).it is four type.dbopenkeyset:-for open the dynaset-type recordset object which is like an odbc keyset cursor.dbopendynamic:-or open dynmic-type record-set object,which lets the application see the changes made by other user.dbopenstatic:-open a static type recordset object.dbopenforwardonly:- fo open forward only type recordset object,where you can only use move next to move.


Explain the concept of foreign key How a foreign key differs from a primary key?

Foreign keys are used to link one database with another. A primary key is an attribute of a record that allows users to identify information.


What is dynaset record?

A dynaset record is a type of recordset in database terminology that allows for dynamic interaction with the underlying data source. It allows for both forward-only and bidirectional cursor movement, enabling updates and changes to be made to the data. Dynaset records are typically used in scenarios where real-time data manipulation and responsiveness are required.


What is am entry of a database?

An entry in a database is referred to as a "record."


What does oRsOpen gSql gConn adOpenStatic adLockOptimistic and how do you fix the problem?

This opens a recordset from a SQL statement (gSql) with a given connection (gConn), not recognizing changes in the database (adOpenStatic), momentarily locking a record when the Update method is called. You need to provide an error message or description of the problem in order for anyone to advise you how to fix it.


What is a databse record?

Database is a collection of interrelated data. One entry in a database is referred as one record.


What does the term record mean in database?

A record is equivalent to a row in a database, a collection of fields that are associated.


What is a file on a database?

More than one record in a Database


Which type of database model is similar to a hierarchical database but allows each child record to have more than one parent record?

Network Database


What is a row in a database called?

A database is said to be a collection of records and the data is stored in the table. A table consist of number of rows and columns. Row in the database table is known as a record .


How a developer of a relational database refers to a record?

A developer of a relational database refers to a single row of data as a "record." This record contains all the information related to a specific entity or object in the database.


What is a record in ict?

Each row in a database is called a record.