What database program to use with programming language C ?

5 replies
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?
#database #language #program #programming
  • Profile picture of the author webpeon
    0 experience with arduino... is it much different to a picmicro?

    the first question is how you are getting the signal from the IO port to the computer you are going to use to store the information for you
    Signature
    Web 2 Mobile
    The Future of The Web
    {{ DiscussionBoard.errors[5659774].message }}
  • Profile picture of the author PaybackTony
    Originally Posted by kitsonchen View Post

    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 "C OBDC class".

    OBDC is the "engine" behind a few DB servers. There's a plethora of open source C classes for connecting and running queries on obdc (mysql mssql etc) databases.
    {{ DiscussionBoard.errors[5659958].message }}
  • Profile picture of the author actualliver
    Which are database to use with programming language c :-
    1. Oracle
    2. msSQL
    3. Dbase
    4. COBOL
    {{ DiscussionBoard.errors[5667170].message }}
    • Profile picture of the author elanne
      For me the best database to use is the mySQL. It contain much wider storage than other database.
      {{ DiscussionBoard.errors[5669018].message }}
      • Profile picture of the author IMBotz
        You can also consider SQLite. I think its light weight when compared to other DB systems.

        I've not used it personally though.
        {{ DiscussionBoard.errors[5671348].message }}

Trending Topics