I am new to C++ (and C in general). I need to write a small console app, that will eventually end up life as a service (but I am not worried about that at the moment).
I need to be able to connect to an Oracle database in order that I can:
(i) store a new record
(ii) retrieve a record
I have had a quick look through the help, and I seem to be getting more and more confused. Does anyone have any example code - at least showing how to open a connection to a DB, store some records....
Cheers,
Matt
I need to be able to connect to an Oracle database in order that I can:
(i) store a new record
(ii) retrieve a record
I have had a quick look through the help, and I seem to be getting more and more confused. Does anyone have any example code - at least showing how to open a connection to a DB, store some records....
Cheers,
Matt