CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (2 messages)

Well, I have found a solution for my problem (it was in the KBase). Search for CRecordset and Bug. There is a bug in the CRecordset destructor. Each CRecordset::Open call creates a temporary file in the TEMP directory. If you delete your CRecordset derived object without expocitly closing it before,…
Well, I have found a solution for my problem (it was in the KBase. Search for CRecordset). There is a bug in the CRecordset destructor. Each CRecordset::Open call creates a temporary file in the TEMP directory (at least the access odbc driver does). If you delete your CRecordset derived object…