What database program to use with programming language C ?

Posted by admin on January 20th, 2010 and filed under database | 2 Comments »

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?

mySQL with ODBC

2 Responses

  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.
    References :
    Software Consultant

  2. Stephon Says:

    mySQL with ODBC
    References :

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.