LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Database programming in C (https://www.linuxquestions.org/questions/programming-9/database-programming-in-c-7163/)

Steve_Taylor 10-02-2001 04:37 PM

Database programming in C
 
Does anyone know where i can get a good tutorial or something on programming databases in C for linux or windows(using conio or similar)?

Thanks in advance for any help!..

daholygoat 10-10-2001 02:43 PM

The question isn't really specific, so I don't know if I'm thinking what you're thinking. If all you want to do is connect to a database and manipulate it from C, here's a quick tutorial on how to go around that with mysql: http://www.cpp-home.com/tutorial.php?22_1
If you want to actually program an RDBMS, I'd suggest you to look at the source of the many open source RDBMS's out there (MySQL, PostgreSQL, Firebird, etc.)
G'luck.

Steve_Taylor 10-10-2001 04:23 PM

well i will explain what i want to do

i want to build a (windows) console bases database use the conio.h to do a sort of gui for it.

johnlee 10-28-2001 12:24 AM

A Best site for C/C++
 
Hi there,

There is a best site for Programming Tutorials and Source Codes http://code.box.sk

Regards,

John Lee

thristydesert@hotmail.com

Steve_Taylor 10-28-2001 03:14 AM

been there

acid_kewpie 10-28-2001 04:27 AM

have a look at

http://www.mysql.com/downloads/api-mysql++.html

might be useful


All times are GMT -5. The time now is 10:16 AM.