Results 1 to 4 of 4
  1. #1
    danny2000 is offline Novice
    Windows XP Access 2002
    Join Date
    Nov 2010
    Posts
    14

    ADODB Recrodset (Understanding)

    Before I start, this is not homework. I'm well past that. I'm genuinely trying to understand the concept behind a Recordset used in Microsoft access.

    My assumption is that a Recordset is a snapshot of a query to a database. Thats the original database I am querying. I'm also of the understanding that I can update that database from the Recordset itself and that is determined by the 'cursor type' I select when I create the Recordset.



    Is this correct? OR is there no connectivity back to the original database I sourced my data from which is displayed via the Recordset?

    It would be fantastic if someone could clear that up for me.

    Thanks so much.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    Here's a description via Google.
    http://www.aspfree.com/c/a/Microsoft...ccess-and-ADO/

    and here's a fuller description by Allen Browne
    http://allenbrowne.com/ser-29.html

  3. #3
    danny2000 is offline Novice
    Windows XP Access 2002
    Join Date
    Nov 2010
    Posts
    14
    Quote Originally Posted by orange View Post
    Here's a description via Google.
    http://www.aspfree.com/c/a/Microsoft...ccess-and-ADO/

    and here's a fuller description by Allen Browne
    http://allenbrowne.com/ser-29.html

    Thanks for that. These explanations are great.
    I'm basically trying to understand whether any recordset is a live connection back to the original database. Meaning, if I update the recordset or manipulate data provided by a query am I actually amending the source of that data as well. I'm assuming that is why there are different cursor types. Can you confirm this.

    Thanks again.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Help Understanding Join Syntax In Access
    By zephaneas in forum Queries
    Replies: 5
    Last Post: 06-22-2011, 08:32 PM
  2. Understanding afterupdate
    By MAM8433 in forum Access
    Replies: 8
    Last Post: 05-23-2011, 02:05 PM
  3. Not understanding Running Sum Query
    By dynamictiger in forum Queries
    Replies: 4
    Last Post: 08-30-2010, 11:50 AM
  4. Understanding SQL Querys
    By jacobbiljo in forum Access
    Replies: 8
    Last Post: 11-17-2009, 05:17 PM
  5. Adodb
    By sassy in forum Programming
    Replies: 2
    Last Post: 10-26-2009, 06:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums