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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by damnsexy

  1. damnsexy

    Provider could not be found error...

    Hi All, Situation: Consider the following code snippets, one in C++ and one in C#. C++: _bstr_t connStr(L"Provider=OraOLEDB.Oracle;Data Source=dbsource;User ID=username;Password=pass"); HRESULT hr = g_pConnection->Open(bstrConnStr, L"", L"", 0); C#: string...
  2. damnsexy

    Provider could not be found error...

    Hi All, Situation: Consider the following code snippets, one in C++ and one in C#. C++: _bstr_t connStr(L"Provider=OraOLEDB.Oracle;Data Source=dbsource;User ID=username;Password=pass"); HRESULT hr = g_pConnection->Open(bstrConnStr, L"", L"", 0); C#: string...
  3. damnsexy

    a project needs help

    Hi all, I am working for a start up ATM(automatic teller machine) switch company, it is running on Oracle 8 database on HP-UX and special ATM management software that updates it. Currently we are in the testing stage with just 1 atm operational. The daily reports generated for just 1 atm take...

Part and Inventory Search

Back
Top