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?

  • Google Buzz
  • Stumbleupon
  • Delicious
2 Comments Post a Comment
  1. Nick T says:

    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. Stephon says:

    mySQL with ODBC

Leave a Reply




Powered by Yahoo! Answers