c and databases

Discussion in 'C' started by mutantehenry, Jun 30, 2013.

  1. mutantehenry

    mutantehenry New Member

    Joined:
    Jul 7, 2011
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    just a question: is there any function or library that will work with databeses, like sql or osacle db. C just works with text dabases? with xml too?
    pls adress me to some books about it, i am trying to biud an aplication for database mining
    thanks
     
  2. shabnam138

    shabnam138 New Member

    Joined:
    Sep 2, 2013
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    HI Henry,


    There is no such c lib which will get connect to mysql at an instant .

    I have developed a library management project using mysql and c on linux platform .

    Follow the given below step.

    install mysql-server mysql-client

    instal libmysqlclient-dev

    install mysql connector for c


    then tranfer the include files to /usr/local/include

    lib to /us/local/lib/

    bin /us/local/bin


    compile by using gcc -i/


    for mysql function refers the books
     
  3. mutantehenry

    mutantehenry New Member

    Joined:
    Jul 7, 2011
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    thanks i will have a look at it
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice