Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mawshkrahtchoon

    SQL 2000 connection problem

    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...
  2. mawshkrahtchoon

    Newbie graphics question

    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...

Part and Inventory Search

Back
Top