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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. VC++ DAO Project. Access97 --> Access2000

VC++ DAO Project. Access97 --> Access2000

Scheduled Pinned Locked Moved C / C++ / MFC
c++databaseannouncementlearning
9 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.
  • P Offline
    P Offline
    Pere LLibre
    wrote on last edited by
    #1

    Hi, I have one project which is using DAO with an access97 database, now we want to change the database to Access 2K. But, of course, we have some problems: steps. Database migration to Access 2K. (No problems) Test the Application with new database (Format not recognize), I was investigating it but I only found that my project is using DAO35 with MFC42 (version 6.0) and it seems that it needs DAO36 and MFC version >= 6.01. I not sure, and I hope that somebody could be in the same trouble that I am now. Thanks!! :confused: --------------------- Pere Llibre Software Engeneering

    N C 3 Replies Last reply
    0
    • P Pere LLibre

      Hi, I have one project which is using DAO with an access97 database, now we want to change the database to Access 2K. But, of course, we have some problems: steps. Database migration to Access 2K. (No problems) Test the Application with new database (Format not recognize), I was investigating it but I only found that my project is using DAO35 with MFC42 (version 6.0) and it seems that it needs DAO36 and MFC version >= 6.01. I not sure, and I hope that somebody could be in the same trouble that I am now. Thanks!! :confused: --------------------- Pere Llibre Software Engeneering

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #2

      Have you installed MDAC 2.7? Nish


      The rumours that I am an AI bot are absolutely false. These rumours have been propogated by *them* to focus all the attention on to me, while *their* bots take over the planet. Thank y%%%% Divide by zero. Cannot proceed. Abort(y/y)?

      P 1 Reply Last reply
      0
      • N Nish Nishant

        Have you installed MDAC 2.7? Nish


        The rumours that I am an AI bot are absolutely false. These rumours have been propogated by *them* to focus all the attention on to me, while *their* bots take over the planet. Thank y%%%% Divide by zero. Cannot proceed. Abort(y/y)?

        P Offline
        P Offline
        Pere LLibre
        wrote on last edited by
        #3

        Yes I have MDAC 2.7 installed, but nothing happens. I have VC6 with sp5 -> mfc version 6.0 and I found that MFC load DA035 with this msvc.dll (access2k not supported), If you have mfc version >= 6.01 it will use DAO36 (access2k supported). Do you know something about it? or anything else? Thanks for your prompt repply. ;) --------------------- Pere Llibre Software Engeneering

        1 Reply Last reply
        0
        • P Pere LLibre

          Hi, I have one project which is using DAO with an access97 database, now we want to change the database to Access 2K. But, of course, we have some problems: steps. Database migration to Access 2K. (No problems) Test the Application with new database (Format not recognize), I was investigating it but I only found that my project is using DAO35 with MFC42 (version 6.0) and it seems that it needs DAO36 and MFC version >= 6.01. I not sure, and I hope that somebody could be in the same trouble that I am now. Thanks!! :confused: --------------------- Pere Llibre Software Engeneering

          C Offline
          C Offline
          Carlos Antollini
          wrote on last edited by
          #4

          Your problem is very common. Is no problem with librarys, neither MDAC, is a problem in the class of dao, this classes are usin the incorrect version. For that you need to find, an article that wrote paul dilascia in MSJ, in the the first or second mounth of 2000 year. In that Article Paul explain the solution for your problem... I will try to find that article. Give me a couple of hours... Regards Carlos Antollini. Sonork ID 100.10529 cantollini

          C 1 Reply Last reply
          0
          • C Carlos Antollini

            Your problem is very common. Is no problem with librarys, neither MDAC, is a problem in the class of dao, this classes are usin the incorrect version. For that you need to find, an article that wrote paul dilascia in MSJ, in the the first or second mounth of 2000 year. In that Article Paul explain the solution for your problem... I will try to find that article. Give me a couple of hours... Regards Carlos Antollini. Sonork ID 100.10529 cantollini

            C Offline
            C Offline
            Carlos Antollini
            wrote on last edited by
            #5

            I found the article Carlos Antollini. Sonork ID 100.10529 cantollini

            C 1 Reply Last reply
            0
            • P Pere LLibre

              Hi, I have one project which is using DAO with an access97 database, now we want to change the database to Access 2K. But, of course, we have some problems: steps. Database migration to Access 2K. (No problems) Test the Application with new database (Format not recognize), I was investigating it but I only found that my project is using DAO35 with MFC42 (version 6.0) and it seems that it needs DAO36 and MFC version >= 6.01. I not sure, and I hope that somebody could be in the same trouble that I am now. Thanks!! :confused: --------------------- Pere Llibre Software Engeneering

              C Offline
              C Offline
              Carlos Antollini
              wrote on last edited by
              #6

              You can find a solution Here ;) The MSJ issue is January 2000 ;) Best Reagards... Carlos Antollini. Sonork ID 100.10529 cantollini Carlos Antollini. Sonork ID 100.10529 cantollini

              1 Reply Last reply
              0
              • C Carlos Antollini

                I found the article Carlos Antollini. Sonork ID 100.10529 cantollini

                C Offline
                C Offline
                Carlos Antollini
                wrote on last edited by
                #7

                You can find a solution Here ;) The MSJ issue is January 2000 ;) Best Reagards... Carlos Antollini. Sonork ID 100.10529 cantollini

                P 1 Reply Last reply
                0
                • C Carlos Antollini

                  You can find a solution Here ;) The MSJ issue is January 2000 ;) Best Reagards... Carlos Antollini. Sonork ID 100.10529 cantollini

                  P Offline
                  P Offline
                  Pere LLibre
                  wrote on last edited by
                  #8

                  Thank you very much!! Best Regards, :) --------------------- Pere Llibre Software Engeneering

                  C 1 Reply Last reply
                  0
                  • P Pere LLibre

                    Thank you very much!! Best Regards, :) --------------------- Pere Llibre Software Engeneering

                    C Offline
                    C Offline
                    Carlos Antollini
                    wrote on last edited by
                    #9

                    Don't mention it.. Best Regards Carlos Antollini. Sonork ID 100.10529 cantollini

                    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