Hi all,
I have a program in C++ that uses MS Access database. When I need to lookup a database entry, I requery the database. When I requery the database a lot, the database gets corrupted, why. Here are some details below:
m_pApbLogSet->m_MyParam = 1;
m_pApbLogSet->m_nParams = 1...