C++ With Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhashkar
    New Member
    • Mar 2008
    • 1

    #1

    C++ With Database

    Sir/Madam
    I am in a big problem. Is it possible that we connect C++ with RDBMS(SQL Server,Oracle)? Another question is what are the predefined classes in c++?
    If I get the answer then it is very helpfull to me.
    Thank You
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    There are several ways to connect to a database, you have not said what platform you are using but for instance on Windows the different methods are listed here.

    Depending on you type of project/application I would consider ADO or ODBC.

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      You connect to Oracle using Pro*C.

      Comment

      Working...