--- In [email protected], amarjit sahoo <[EMAIL PROTECTED]> wrote: > > Hello group, > i want to do an assignment project using Oracle(sql & pl/sql) > as Backend and C or C++ as frontend .Is it possible to use C > or C++ as frontend ???
Of course that's possible. Or what language could Oracle have written its software in, if not C? What you look for is the so-called OCI (Oracle Call Interface); that's the API (application programming interface) defined by Oracle when connecting to Oracle databases. Look it up on otn.oracle.com (Oracle Tech Net), there you will find loads of sample codes. Regards, Nico
