Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

want to know about database access using C as backend 1

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
i would like to know how to access database files with help of C language.I would like to know the name of the files which are used for accessing database with C as backend.
I am using Turbo C compiler.
 
First, I would not recommend accessing the database files
(or raw devices) directly. What you need to do is get the
client "C" libraries specific to your database or as in
most cases, you can use ODBC for which you will need to
get the C libraries from MS. Once you have them, you can
use ODBC calls to connect to and access the database. You
can bind host variables to table datatypes and read/write
data directly to/from the database.
 
thanks rwb1959 for the help.
i will surely try it out and if it works then i will be most greatful to u.
 
hi ,
u can use pro *c ,,u can logon to oracle website and they will give u documentation on it,
 
thanks applythought
thats something serious help u have offered me over there
and i am really thankfull to ya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top