On a related note, I loathe Oracle's OCI and Pro*C/C++. I came across a freeware template library called "OTL" that has been around since 1996 and is very easy to use. I find that I can interface with Oracle 8i on AIX 4.3.3 with very little code.
As a plus, if I need to interface...
// Here is a snippet from a class static method of mine.
// This will give you current date/time to the millisecond.
#include <unistd.h>
#include <strstream>
#include <iomanip>
#include <cstring>
using namespace std;
// this const was part of a class...
const int getTimeOfDayBufferLength =...
// Here is a snippet from a class static method of mine.
// This will give you current date/time to the millisecond.
#include <unistd.h>
#include <strstream>
#include <iomanip>
#include <cstring>
using namespace std;
// this const was part of a class...
const int getTimeOfDayBufferLength =...
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.