Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Oracle and ADO

Oracle and ADO

Scheduled Pinned Locked Moved C / C++ / MFC
c++oracletutorialquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mr_Byte
    wrote on last edited by
    #1

    I need to access oracle through my VC++ program can I use ADO? if I can is there is any code or tutorial to explain that or any other ideas Thanks MR.Byte

    M 1 Reply Last reply
    0
    • M Mr_Byte

      I need to access oracle through my VC++ program can I use ADO? if I can is there is any code or tutorial to explain that or any other ideas Thanks MR.Byte

      M Offline
      M Offline
      Michael P Butler
      wrote on last edited by
      #2

      I'm currently using ADO to access an Oracle database with VC++. Have you used ADO before? What are you trying to do? It is pretty much standard ADO stuff apart from a few gotchas with the Oracle stored procedures. Michael :-)

      M 1 Reply Last reply
      0
      • M Michael P Butler

        I'm currently using ADO to access an Oracle database with VC++. Have you used ADO before? What are you trying to do? It is pretty much standard ADO stuff apart from a few gotchas with the Oracle stored procedures. Michael :-)

        M Offline
        M Offline
        Mr_Byte
        wrote on last edited by
        #3

        I read about it ,but I didn't realy need it before thats why I ask for help MR.Byte

        M 1 Reply Last reply
        0
        • M Mr_Byte

          I read about it ,but I didn't realy need it before thats why I ask for help MR.Byte

          M Offline
          M Offline
          Michael P Butler
          wrote on last edited by
          #4

          I access my oracle database via an odbc connection using ADO. A good starting point for ADO is http://www.codeproject.com/database/caaadoclass1.asp This is the connection string I use for my oracle ADO connection object. sConnect = _T(" DRIVER={Microsoft ODBC for Oracle}; SERVER=servername; UID=user; PWD=password"); One additional thing, make sure you've got the latest version of MDAC installed. hope this helps, Michael :-)

          M 1 Reply Last reply
          0
          • M Michael P Butler

            I access my oracle database via an odbc connection using ADO. A good starting point for ADO is http://www.codeproject.com/database/caaadoclass1.asp This is the connection string I use for my oracle ADO connection object. sConnect = _T(" DRIVER={Microsoft ODBC for Oracle}; SERVER=servername; UID=user; PWD=password"); One additional thing, make sure you've got the latest version of MDAC installed. hope this helps, Michael :-)

            M Offline
            M Offline
            Mr_Byte
            wrote on last edited by
            #5

            Thanks :):) MR.Byte

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups