My client given code is programmed in c language to connect to Ingres Database in Unix environment. This code is using API's such DBconnect(), DBExecSQL,DBRollback()....
I want to confirm that whether these API's are Ingres database specific API's?
Can I use these API's for connecting to Oracle DB.
If I cannot use those same API's to connect to Oracle DB, how to connect to Oracle Database from c program?
Thanks.