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
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
Google "Oracle C++ Call Interface"
sqlapi is nice. I used it once awhile back to connect to a mssql server. Was pretty easy to use and get going