The domain nocodes.com is for sale. Click here for more details. No Codes - What database program to use with programming language C ?

No Codes

What database program to use with programming language C ?

I have an arduino decimille (a circut board) and it is programmed in C. I sort of learned very basic programming with it but now i need it to input data (the results of an on/off switch) into a database. What free database programs can i use that will accept input from a program written in C?

Public Comments

  1. You can interface to quite a few different databases with the correct libraries. Microsoft's Visual C++ for instance allows binding to Microsoft's JET engine (used by Access), SQL and a couple of others. Your best bet will probably be MySQL it has libraries for most OS's.
  2. mySQL with ODBC
Powered by Yahoo! Answers