I have an ADO connection to an MSDE database, the test program i have
connect, executes a query, parses the result, disconnects. The thing is, on
certain runs(randomly, about 30%) the program crashes saying "Unhandled
connection". It never does this when I step through it though.
WHen it crashes in the debugging it leaves me on this line if (m_pInterface
!= NULL) {m_pInterface->Release();} in COMIP.h
Anyone with any tips? Clues, hints..etc?
Thanks!
Frank