Results 1 to 2 of 2

Thread: ADOR vs. ADODB

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Location
    Texas
    Posts
    111
    Hello.

    I was just wondering what the differences are between and ADODB.Recordset and ADOR.Recordset? The project I am currently working on has a bunch of recordsets in it. I just use them as storage pretty much(client side). I do not use them for updating insert, or deleting. Which of these would be better for this type of thing?

  2. #2
    Lively Member
    Join Date
    Oct 2000
    Location
    Leicestershire; ENGLAND
    Posts
    71
    As previously stated, ADOR is a cut down version of ADODB, containing only recordset objects.
    This is primarily used in n-tier development, where you would have a middle tier dedicated to accessing the data from a database and passing that data as a recordset to the UI tier. By using ADOR in the UI tier, you need a smaller memory footprint on the client side, whilst using the memory of the server to hold the rest of the connection objects.

    Hope this is clearer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width