ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  Visual Basic
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What type of recordsets are available in ADO?
 Question Submitted By :: Panigrahi_saroj30
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What type of recordsets are available in ADO?
Answer
# 1
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 ?    0 Yes 1 No
M.r.nataraajhan
 

 
 
 
Other Visual Basic Interview Questions
 
  Question Asked @ Answers
 
What is the difference between queryunload and unload in form?  1
What is ActiveX Document?  1
What is binding? What are types of binding? Primus-Global3
Difference between Linked Object and Embedded Object?  1
What is a variant data type and when would you use it?  3
what are the Advantages of disconnected recordsets  1
Under which circumstance does a VB application ignore a Timer event?  2
How to declare Dll Procedure?  1
Wat is Apartment Model?  3
what is the Difference between Query unload and unload in form?  1
What are the Style properties of List Box?  2
plzzzzzzz mail me some questions that r important to revise before an interviev wat r the possible question that mnc ask MY EMAIL ID shanty_pathak@yahoo.com Wipro3
which argument can be used to make a menu item into bold?  2
What is the use of debug Window?  1
How good are you in VB? Satyam1
Which controls have refresh method? AB-Inc2
wat is excel Kingfisher2
What is the error message that you would get if you try to assign "Null" to an integer variable? Symphony2
what is the Property used to count number of items in a combobox?  1
What is the difference between COM and DCOM? Microsoft3
 
For more Visual Basic Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com