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. SQL and Windows Database Programming

SQL and Windows Database Programming

Scheduled Pinned Locked Moved C / C++ / MFC
comc++databasequestioncsharp
3 Posts 3 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.
  • V Offline
    V Offline
    valikac
    wrote on last edited by
    #1

    Hi, I am interested in the SQL programming in the windows platform using raw win32 API, MFC, and COM technology. I have some basic questions. - What are the key differences between ODBC, DAO, ADO, and OLE with regards to SQL programming under windows platform? - Is any of that technology obsolete? What is the most widely used technology (above)? - I know there are MFC wrapper classes for ODBC and DAO. Is ADO primarily used by VB and C# programmers? I am a C++ programmer and have no problem working with raw win32 API, MFC, and COM (including ActiveX). What is the most powerful (speed/efficiency, extensibility, features, etc) technology for SQL programming in the windows platform? Thanks, Kuphryn

    M L 2 Replies Last reply
    0
    • V valikac

      Hi, I am interested in the SQL programming in the windows platform using raw win32 API, MFC, and COM technology. I have some basic questions. - What are the key differences between ODBC, DAO, ADO, and OLE with regards to SQL programming under windows platform? - Is any of that technology obsolete? What is the most widely used technology (above)? - I know there are MFC wrapper classes for ODBC and DAO. Is ADO primarily used by VB and C# programmers? I am a C++ programmer and have no problem working with raw win32 API, MFC, and COM (including ActiveX). What is the most powerful (speed/efficiency, extensibility, features, etc) technology for SQL programming in the windows platform? Thanks, Kuphryn

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

      In my experience ODBC and ADO are the most widely used technologies to talk to SQL Servers. kuphryn wrote: I know there are MFC wrapper classes for ODBC and DAO. Is ADO primarily used by VB and C# programmers? There are plenty of wrapper classes here on CP for ADO. Or you could use the #import pre-processor and let it create a wrapper of the ADO Com object. Michael But you know when the truth is told, That you can get what you want or you can just get old, Your're going to kick off before you even get halfway through. When will you realise... Vienna waits for you? - "The Stranger," Billy Joel

      1 Reply Last reply
      0
      • V valikac

        Hi, I am interested in the SQL programming in the windows platform using raw win32 API, MFC, and COM technology. I have some basic questions. - What are the key differences between ODBC, DAO, ADO, and OLE with regards to SQL programming under windows platform? - Is any of that technology obsolete? What is the most widely used technology (above)? - I know there are MFC wrapper classes for ODBC and DAO. Is ADO primarily used by VB and C# programmers? I am a C++ programmer and have no problem working with raw win32 API, MFC, and COM (including ActiveX). What is the most powerful (speed/efficiency, extensibility, features, etc) technology for SQL programming in the windows platform? Thanks, Kuphryn

        L Offline
        L Offline
        l a u r e n
        wrote on last edited by
        #3

        for speed use raw odbc and pass direct queries thru


        "there is no spoon"
        biz stuff   about me

        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