what database system should a beginner in c language to use? Can i use MySQL? Thanks
+2
A:
You can use SQLite, MySQL, PostgreSQL, or any other DBMS with a C language binding.
John Millikin
2008-09-04 00:25:50
A:
If you question is "What RDBMS do you recommend for beginner?" I agree that MySQL is not a bad choice. It's easy to install and configure. I think that most RDMS can be accessed from C code now days
aku
2008-09-04 00:26:45
A:
Thanks a lot.. I didn't know that all SQL database systems have support for c language.
sasayins
2008-09-04 00:53:41