K
Kapt. Boogschutter
Does anyone know Why I'm getting this Error???
Debug Assertion Failed!
File: daocore.cpp
Line: 42
My code:
CDaoDatabase dao;
dao.Create("filename");
dao.Close();
It's very strange, because I get no errors until the CDaoDatabase object is
destructed.
Another strange thing is that if I call dao.IsOpen it returns TRUE even if I
call dao.Close several times.
I'm at a los since try and catch didn't help at all.
Debug Assertion Failed!
File: daocore.cpp
Line: 42
My code:
CDaoDatabase dao;
dao.Create("filename");
dao.Close();
It's very strange, because I get no errors until the CDaoDatabase object is
destructed.
Another strange thing is that if I call dao.IsOpen it returns TRUE even if I
call dao.Close several times.
I'm at a los since try and catch didn't help at all.