This is probably going to be the least-used module I'm in the process of making, since I would imagine that most people here have never even seen an Oracle database in the wild :-p (actually, I'd even go so far as to wager that some didn't even know Oracle was a database company - you'd be surprised).
Setting up the Oracle Client environment is a bit of a schlep, mind you, and that alone will probably keep all the casual interest well away.
Anyways... ;-)
I use Oracle every day (in Java, mostly), so I thought I might as well have a go at implementing an Oracle driver using their OCCI (C++) APIs. The C++ API turns out to look almost exactly like JDBC, which makes my life a whole lot easier.
So far it able to run SQL (like "create table..." etc). Next stop, processing a query. And then finally adding (prepared statement) parameter support.
You next BlitzMax game, with Oracle :-)
Setting up the Oracle Client environment is a bit of a schlep, mind you, and that alone will probably keep all the casual interest well away.
Anyways... ;-)
I use Oracle every day (in Java, mostly), so I thought I might as well have a go at implementing an Oracle driver using their OCCI (C++) APIs. The C++ API turns out to look almost exactly like JDBC, which makes my life a whole lot easier.
So far it able to run SQL (like "create table..." etc). Next stop, processing a query. And then finally adding (prepared statement) parameter support.
You next BlitzMax game, with Oracle :-)