Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What type of recordsets are available in ADO?

Answer Posted / m.r.nataraajhan

You use Recordset objects to manipulate data from a
provider. When you use ADO, you manipulate data almost
entirely using Recordset objects. All Recordset objects
consist of records (rows) and fields (columns). Depending
on the functionality supported by the provider, some
Recordset methods or properties may not be available.

ADODB.Recordset is the ProgID that should be used to create
a Recordset object. Existing applications that reference
the outdated ADOR.Recordset ProgID will continue to work
without recompiling, but new development should reference
ADODB.Recordset.

There are four different cursor types defined in ADO:

Dynamic cursor Allows you to view additions, changes,
and deletions by other users; allows all types of movement
through the Recordset that doesn't rely on bookmarks; and
allows bookmarks if the provider supports them.

Keyset cursor Behaves like a dynamic cursor, except
that it prevents you from seeing records that other users
add, and prevents access to records that other users
delete. Data changes by other users will still be visible.
It always supports bookmarks and therefore allows all types
of movement through the Recordset.

Static cursor Provides a static copy of a set of
records for you to use to find data or generate reports;
always allows bookmarks and therefore allows all types of
movement through the Recordset. Additions, changes, or
deletions by other users will not be visible. This is the
only type of cursor allowed when you open a client-side
Recordset object.

Forward-only cursor Allows you to only scroll forward
through the Recordset. Additions, changes, or deletions by
other users will not be visible. This improves performance
in situations where you need to make only a single pass
through a Recordset.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a VB application be an OLE server?

1465


Where can I get updated VB and other Microsoft files?

1527


What is the use of debug Window?

2091


How would you create your application in DHTML?

2016


How would you create Visual basic Document file?

2670


What is the use of Tabledef?

2073


___ argument can be used to make a menuitem into bold.

1881


What is the use of Hyperlink control for DHTML applications?

2234


What is meant by Establish Connection in RDO?

2435


what are the Parts of ODBC?

1896


In which areas the Error occurs?

1972


What is meant by building a recordset.

1243


__ no of controls in form.

1563


Draw Sequence Modal of RDO? Explain.

2118


What is the use of Data Form Wizard?

2077