Sep 12, 2012 at 12:43pm
how to connect database through a C program can we write a program in C to connect to database if yes then how if no then why?
I am just using code blocks IDE & oracle database
Sep 12, 2012 at 12:51pm
Which kind of database.
-In the C/C++ programme
OR
-Elsewhere
In the C++ programme, YES!!!
Using STL containers like:
-Vectors
-Linked Lists
Elsewhere
I don't know, but I think yes...maybe through File I/O with the fstream header file
Sep 12, 2012 at 2:30pm
Google "Oracle C++ Call Interface"
Sep 14, 2012 at 4:10pm
sqlapi is nice. I used it once awhile back to connect to a mssql server. Was pretty easy to use and get going