Re: adOpenStatic
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Tue, 28 Aug 2007 06:44:53 -0500
<bob@xxxxxxxxxxxxxx> wrote in message
news:1188267119.829786.268180@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
When you use adOpenStatic with a query, does that typically mean the
records get loaded
into memory?
"Returns" in the ADO Object Model are managed by Recordset objects. Objects
always occupy some memory - somewhere. The various Cursor attributes provide
instructions for how much machinery and links back to the source need to be
activated in the delivered Recordset.
For example, adOpenStatic means provide a static snapshot of all the records
requested. Do not maintain any links back to the source. Allow forward and
backward navigation.
It might help to appreciate that while Data Access libraries make it appear
that one is working directly with the tables/records in a database. One
never is. There are always anywhere from 7 to 12 layers between here and
there. <g>
-ralph
.
- References:
- adOpenStatic
- From: bob
- adOpenStatic
- Prev by Date: adOpenStatic
- Next by Date: Re: adOpenStatic
- Previous by thread: adOpenStatic
- Next by thread: Re: adOpenStatic
- Index(es):
Relevant Pages
|
|