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 Chris Miller 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. fzaker

    Remove

    a simple way: CString strMainNumber = "00001762"; // or "00000562" long number = atol((LPCTSTR)strMainNumber); // or _wtol CString strTrimNumber; strTrimNumber.Format(_T("%ld"), number);
  2. fzaker

    Why Oracle Enterprise Manager Does not work?

    I have installed Oracle 9i several times on a Windows 2003 server! But Enterprise Manager does not work properly. In fact, when I execute it (in stand alone mode or oracle management server mode) it starts and shows me the UI. But then does not answer to any event and goes into "Not...

Part and Inventory Search

Back
Top