Hi

My app uses OLEDB to interact with the SQL CE2.0. The app is installed on a couple of units for field testing. I am facing several problems of DB Corruoption. One of the DB I analsyed, it showed that IDBInitialize is failin
COLEDBHelper::m_pIDBInitialize->Initialize();

The return code is E_FAIL , which simply says Provider specific error occured. I need to find out what exactly caused this error. What does it mean by provider specific errors? Any thing else I can do to find out the error cause

Any ideas
thanks in advance.