|
-
Dec 18th, 2003, 05:32 PM
#1
Thread Starter
Hyperactive Member
Cacheparameterset, getcachedparameterset methods
these two methods are in the class called "sqlhelperparametercache" class (part of data access app block).
The documentation says that the parameters sent to a stored procedure are cached . What does it mean by cached? are they stored in the RAM? because I don't find that happening.
when I first run a program (which invokes the 'cacheparameterset' method), say it stores the parameters in the RAM, according to my understanding when we run this program second time, it should be retrieving from the RAM. But I find the control calling this method again.
any ideas on this method?
thanks
nath
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
|