Leave recordset open, or close and reopen. 
Author Message
 Leave recordset open, or close and reopen.

I am designing a system which will have data imported 20-30 times per hr.
Would it be better to leave the recordset open and live with the memory
that it takes up, or open and close it each time data comes in?

Rohn




Tue, 26 Oct 1999 03:00:00 GMT  
 Leave recordset open, or close and reopen.

Leave it open, the overhead isn't that bad.  PS:> I would use a table
object for dynamic changes, its always up to date.

Quote:
>I am designing a system which will have data imported 20-30 times per hr.
>Would it be better to leave the recordset open and live with the memory
>that it takes up, or open and close it each time data comes in?

>Rohn





Thu, 28 Oct 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Leave recordset open, or close and reopen.

2. Closing a form when other form is opening but reopening when all forms closed

3. Recordsets left open

4. VB6: Closing a single workbook while leaving the rest open

5. Button to close DB, but leave Access open....

6. Close database but leave access open

7. Leave messages open when Outlook closes

8. Table Appears Open Even After RecordSet is Closed

9. Open to record closed on (Recordset.Clone) etc?

10. Losing text formatting 1st time reopen doc, reopen and OK


 
Powered by phpBB® Forum Software © phpBB Group