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