PDA

View Full Version : What database



theDentist
October 16th, 2006, 05:36 PM
What database does everyone use when coding in C. Which is the easiest to program

Peter

duff
October 16th, 2006, 06:50 PM
What database does everyone use when coding in C. Which is the easiest to program

Peter

berkley db and sqlite are the most popular. sqlite supports SQL, while berkley db (AFAIK) does not.

theDentist
October 17th, 2006, 06:35 PM
Thanks duff for the info

jjtechno
October 18th, 2006, 03:00 PM
Peter,
doesn't it depend on what you are coding ? If you are working in c++ I would say look at postgreSQL. Far as I know the Professional version cost the same as the community version.

http://www.postgresql.org/

theDentist
October 18th, 2006, 11:00 PM
What's MySQL like compared to postgreSQL, I'm coding in C.

Peter

jjtechno
October 19th, 2006, 11:20 AM
Both are capable databases.The difference between them is the cost of professional developement. MySQL can be more expensive to develope. Like I said earlier it really depends on what you intend to accomplish.
regards