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. How to Convert MDB to text file using vc++ [modified]

How to Convert MDB to text file using vc++ [modified]

Scheduled Pinned Locked Moved C / C++ / MFC
c++helptutorial
7 Posts 4 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.
  • J Offline
    J Offline
    jadhavjitendrar
    wrote on last edited by
    #1

    Hello friends, I have mdb databse and i have to convert it into text file format.So plz help me how to convert mdb to text.I have no idea about it.I Need ur help.and i m also search on google but i have not received any idea about this conversion.And its urgent.. Thanks Jitendra

    modified on Thursday, September 10, 2009 3:15 AM

    _ 1 Reply Last reply
    0
    • J jadhavjitendrar

      Hello friends, I have mdb databse and i have to convert it into text file format.So plz help me how to convert mdb to text.I have no idea about it.I Need ur help.and i m also search on google but i have not received any idea about this conversion.And its urgent.. Thanks Jitendra

      modified on Thursday, September 10, 2009 3:15 AM

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      Use DAO[^] to read from mdb files. and CFile[^] to write the data to the text file.

      You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

      J 1 Reply Last reply
      0
      • _ _AnsHUMAN_

        Use DAO[^] to read from mdb files. and CFile[^] to write the data to the text file.

        You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

        J Offline
        J Offline
        jadhavjitendrar
        wrote on last edited by
        #3

        Hello AnShUmAn Thanks for reply..But can u expalin me in detail.

        L M 2 Replies Last reply
        0
        • J jadhavjitendrar

          Hello AnShUmAn Thanks for reply..But can u expalin me in detail.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          1. Open the Database and Text file 2. Read next record from Database 3. If end-of-file goto 6 4. Write record content to Text file 5. goto 2. 6. Close all files and terminate program

          M 1 Reply Last reply
          0
          • J jadhavjitendrar

            Hello AnShUmAn Thanks for reply..But can u expalin me in detail.

            M Offline
            M Offline
            Michael Schubert
            wrote on last edited by
            #5

            jadhavjitendrar wrote:

            But can u expalin me in detail

            Is this a new metaphor for "plz sendz codez"?

            1 Reply Last reply
            0
            • L Lost User

              1. Open the Database and Text file 2. Read next record from Database 3. If end-of-file goto 6 4. Write record content to Text file 5. goto 2. 6. Close all files and terminate program

              M Offline
              M Offline
              Michael Schubert
              wrote on last edited by
              #6

              Richard MacCutchan wrote:

              5. goto 2

              Ouch. You used the taboo word. :-D

              L 1 Reply Last reply
              0
              • M Michael Schubert

                Richard MacCutchan wrote:

                5. goto 2

                Ouch. You used the taboo word. :-D

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                And here:

                3. If end-of-file goto 6

                But then any C[++ | #] coder can optimise that into a thing of beauty...

                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