C, C++ interface for Oracle

From: Roland Telfeyan <telfeyan_at_eecs.umich.edu>
Date: 28 Apr 1994 16:46:12 GMT
Message-ID: <2pop8k$gun_at_zip.eecs.umich.edu>


Does Oracle have a C or C++ library which gives one the ability to say things like:

int Age;
char Name[80];

connect();
composeSQL("select name, age from people"); execSQL();
stringBind(Name, 1);
intBind(Age, 2);
while (nextRow()){

    printf("Name = %s, Age = %d\n", Name, Age); }

???

I'm sure there is, but what is the library called, and where is the documentation located?

Roland


Roland Telfeyan                    Display Technology & Manufacturing
telfeyan_at_eecs.umich.edu        University of Michigan EECS Department

---------------------------------------------------------------------
Received on Thu Apr 28 1994 - 18:46:12 CEST

Original text of this message