Dear Dajg_Burel,
The connection string seems good to me. Please check in your project for the following to things:
- before trying to open the datasource use the function
CoInitializeEx(NULL, COINIT_MULTITHREADED);
defined in Objbase.h, to initialize the OLEDB component;
-make sure you have...
The easiest way is to use MFC. At first try a SDI MFC AppWizard. You will find in your project a class named C...View. In this class is a method like
void C...View::OnDraw(CDC *pDC)
The CDC class is embedding almost all functions regarding graphical operations. For more details please check...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.