Page 1 of 1

C & database

Posted: Fri Jun 27, 2008 11:14 am
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.

Re: C & database

Posted: Fri Jun 27, 2008 11:36 am
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. ;)

Re: C & database

Posted: Fri Jun 27, 2008 11:55 am
by Alboin
I've used sqlite in the past. It's public domain, and easy to use. Check out the documentation on their site.