Database program for use with C language
Which free database programs can be used that will accept input from a program written in C?
Answer: It is possible to interface quite a few different databases with the correct libraries in C.
For example, Microsoft’s Visual C++ allows binding to Microsoft’s JET engine (used by Access), SQL and a couple of others.
However for C language, the best bet will probably be MySQL as it has libraries for most OS’s.
