how to connect the database using c++

Discussion in 'Database' started by jmallikarjun, Nov 24, 2011.

  1. jmallikarjun

    jmallikarjun New Member

    Joined:
    Nov 24, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi Everyone,

    I want to connect the database using c++ or c language.
    how to connect .Can you explain ............................
     
  2. bparker1084

    bparker1084 Banned

    Joined:
    Oct 1, 2012
    Messages:
    7
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    developer
    Location:
    San Jose
    Home Page:
    http://www.hiddenbrainsindia.com/
    That would all depend on the database and the platform. If you're connecting to an ODBC compatible database, you need of course ODBC drivers on each workstation and program against the ODBC API. If you are going to use a native interface to your database, you need custom libraries from your database vendor, possibly specific for your compiler as well.
     

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