we have some problems with a MDB Database programm.
we have created a MDB Database and created a recordset with a sql
statement.
If an error occurs we want to copy the errormessage from dbengine to
a CString variable. After calling engine…GetDescription() the
programm will terminate wiht the error message
user breakpoint called from code at 0x77f862e8.
We debuged the sourcecode and we see, that the programm will call
~CString and stop.
Please help us.