Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (anonymous):

i am writing a console application in c and i need database support for it ... i there any kind of SQL database that can be used for c application. The application is used for keeping records in library.

OpenStudy (anonymous):

There are a lot of SQL databases you can use for this purpose. MySQL, SQLite, ... I would use a SQLite database cause it doesn't requires a server-client environment and SQLite is free, small and easy to use.

OpenStudy (anonymous):

yeah Zuck SQLLite is a better option and light weight also.... Infact u can even embed mysql but its again client server approach though u dont need to deal with the server but establishing the connection is to dealt

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!