Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > how to connect database with c?

Reply
Thread Tools

how to connect database with c?

 
 
venkatesh
Guest
Posts: n/a
 
      04-30-2006
hai to everybody
I need to know how to connect database ms access or oracle with c or
c++?
please if u know tell
I am interested in doing project with c
thanks in advance....

 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      04-30-2006
In article <. com>,
venkatesh <> wrote:
>hai to everybody
> I need to know how to connect database ms access or oracle with c or
>c++?
> please if u know tell
> I am interested in doing project with c


Standard C does not know what a "database" is, so this is not
the right newsgroup to ask in. (Standard C can be used to
implement databases, but the methods for doing so would be
algorithm questions, which this newsgroup doesn't really deal
with either.)

I suggest that you start by reading the documentation provided
with your database, and then if you still have questions,
ask in a newsgroup appropriate to the database of your choice.

The details of connecting to Oracle via C would take many many
pages to write out, so you are advised to read existing material first.

--
"No one has the right to destroy another person's belief by
demanding empirical evidence." -- Ann Landers
 
Reply With Quote
 
 
 
 
nobody
Guest
Posts: n/a
 
      05-01-2006
venkatesh wrote:
> hai to everybody
> I need to know how to connect database ms access or oracle with c or
> c++?
> please if u know tell
> I am interested in doing project with c
> thanks in advance....
>


> I need to know how to connect database ms access or oracle with c or
> c++?


To connect to Oracle: OCI for C and OCCI for C++. Post related questions
to comp.databses.oracle.* .
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Database Database Database Database scott93727@gmail.com Computer Information 0 09-27-2012 02:43 AM
DataBase DataBase DataBase DataBase scott93727@gmail.com Computer Information 0 09-26-2012 09:40 AM
connect a database in remote server (can connect to the server via SSH) zhangxiaoyu912@gmail.com Perl Misc 2 07-18-2007 07:20 PM
Can't connect to local machine with anything except IE Other browsers can't connect without password Otis Mukinfus ASP .Net 3 07-08-2005 03:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57