CompuServe Messages

Max no CRecordsets…

    11-Jul-94 18:45:06
Sb: Max no CRecordsets…
Fm: Gregor Hohpe 70653,75
To: sysop
Hi! I followed the CRecordset bug discussion, but have the following question: I am writing a MDI app, where Users open documents, that are records from a database. Because users can edit these forms on-line, I create a recordset for every document (OnOpenDocument), fietered by the filenumber. I keep the recordset open until the document closes (OnCloseDocument). The maximum # of Docs I can open is 8. Every open Recordset creates a temp file, as described earlier. Should I change my system design so that it closes the records after the load and reopens them for the save (and take the performance hit)? Or can I crank my BUFFERS=nnn up (now it's 30). Any help is appreciated. Thanks,. Gregor