Help needed!! connecting oracle database with C.
Site Bugs / Suggestions
2
Posts
2
Posters
9
Views
1
Watching
-
I am doing my project in C. I have a table in Oracle. I want to access that oracle table in my C program. Pls tell me how can i connect the oracle database with C. :confused: David
-
I am doing my project in C. I have a table in Oracle. I want to access that oracle table in my C program. Pls tell me how can i connect the oracle database with C. :confused: David
If you are working in C, I think that the better is that use ADO. You can find a good help in http://www.codeproject.com/database/simpleado.asp. Cheers!!! :) Carlos Antollini.