Hello database-gurus,
Why do I get these kind of messages in my debug output window:
"First-chance exception in PlayMPA.exe (KERNEL32.DLL): 0xE06D7363: Microsoft
C++ Exception."
with the following code? I only get the messages when the record is not
found in my ODBC recordset, so the while-loop exits without returning TRUE.
----------------------------------------
if ((IsEOF()) && (IsBOF())) return FALSE;
MoveFirst();
while (!IsEOF())
{
if (m_Member == testValue) return TRUE;
MoveNext( );
return FALSE;Quote:}
------------------------------------------
Can somebody tell me what I am doing wrong. I have VC6 enterpise SP4 on
Win2000.
Willem van Bergen
--
"The headshrinkers, they want everything"
Radiohead - My iron lung (The bends)
FAQ nl.comp.cd-branden: http://members.home.nl/cdrfaq/