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