C & database

Programming, for all ages and all languages.
Post Reply
User avatar
xyjamepa
Member
Member
Posts: 397
Joined: Fri Sep 29, 2006 8:59 am

C & database

Post by xyjamepa »

Hi,

I've been looking on the net for somthing talking about programming database
applications using C language ,unfortunatelly I wasn't so lucky and I couldn't find
anything,so does any of you guys know somthing about the subject or has any link
to somthing usefull?


Thanx.
The man who follows the crowd will usually get no further than the crowd.
The man who walks alone is likely to find himself in places
no one has ever been before.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: C & database

Post by Brynet-Inc »

Most, if not all RDBMS have a C API available for programmers... Sqlite, PostgreSQL, MySQL..

Your question is vague, how do you write an application to manipulate any of these databases?

Read their documentation. ;)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Re: C & database

Post by Alboin »

I've used sqlite in the past. It's public domain, and easy to use. Check out the documentation on their site.
C8H10N4O2 | #446691 | Trust the nodes.
Post Reply