Private Resultset vs. Public Resultset 
Author Message
 Private Resultset vs. Public Resultset

Which one is better and more effecient?

I have a program that does some pretty heavy duty calls to an Oracle database,
and it was originally written with a Single Public Resultset, that is used over
and over for about 30-50 different queries (non of them are concurrent, just
one at a time).

I was wondering if this was a better way than Dim or Static in each subroutine
instead?

Thanks in advance

DM


Remove the last s



Sat, 21 Sep 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Private Resultset vs. Public Resultset

2. Resultset vs Recordset - Whats the difference?

3. RDO ResultSets vs 'Commit'

4. Declaring variables as Static vs Private/Public -- XML

5. Public vs Private

6. Option Explicit vs. Private/Public - Newbie

7. VB5: Option Private Module vs Public

8. Private vs Public functions & subs

9. Friend vs Private class and public

10. Public vs Private variables

11. Public vs Private Declairs

12. private vs public API declares

 

 
Powered by phpBB® Forum Software