|
-
Nov 3rd, 2000, 06:02 AM
#2
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|