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. Do you still MFC with ODBC?

Do you still MFC with ODBC?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++databasedotnetquestion
3 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.
  • S Offline
    S Offline
    stefan b
    wrote on last edited by
    #1

    (1) What would be the today’s technology for small desktop database applications? I still use MFC and ODBC with static linking and dbf files for data storage.:-O By the way: it’s fantastic what you can make with the new DataSet and the WriteXml() and ReadXml() methods, but I can't afford to rely on the .NET Framework. A nice standalone MFC CDataSet with Read\WriteXml() methods would be the perfect solution, but (2) does such I nice thing exist? :~ (or could someone here write an article about such a goodie? :rose: ) _____________ stefan bornuz

    S 1 Reply Last reply
    0
    • S stefan b

      (1) What would be the today’s technology for small desktop database applications? I still use MFC and ODBC with static linking and dbf files for data storage.:-O By the way: it’s fantastic what you can make with the new DataSet and the WriteXml() and ReadXml() methods, but I can't afford to rely on the .NET Framework. A nice standalone MFC CDataSet with Read\WriteXml() methods would be the perfect solution, but (2) does such I nice thing exist? :~ (or could someone here write an article about such a goodie? :rose: ) _____________ stefan bornuz

      S Offline
      S Offline
      Stefan Pedersen
      wrote on last edited by
      #2

      I'll only give you my answer to question #1... I would choose an Access (mdb) or MSDE database and access it using the ATL OLEDB consumer templates. Very fast and pretty easy to use. "You can stand all night at a redlight anywhere in town, hailing Marys left and right but none of them slow down. I've seen the best of men go past. I don't wanna be the last..."

      S 1 Reply Last reply
      0
      • S Stefan Pedersen

        I'll only give you my answer to question #1... I would choose an Access (mdb) or MSDE database and access it using the ATL OLEDB consumer templates. Very fast and pretty easy to use. "You can stand all night at a redlight anywhere in town, hailing Marys left and right but none of them slow down. I've seen the best of men go past. I don't wanna be the last..."

        S Offline
        S Offline
        stefan b
        wrote on last edited by
        #3

        ...using the ATL OLEDB consumer templates. Does this mean that I'll have to manage versions of mdac_typ on client's machine? To avoid this, I didn't switch to ADO.... Anyway, thanks for answering to question #1! I hope there will be other answers too! I'm curious what's considered to by the right way in this field. cheers, _____________ stefan bornuz

        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