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. database creation

database creation

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++databasehelp
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.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    how can I create an Access database programmatically from my VC++ 6 application? I'd appreciate any help. Thanks a lot. n:confused:

    A 1 Reply Last reply
    0
    • A Anonymous

      how can I create an Access database programmatically from my VC++ 6 application? I'd appreciate any help. Thanks a lot. n:confused:

      A Offline
      A Offline
      Alexinuk
      wrote on last edited by
      #2

      Look at using the CDaoDatabase, CDaoRecordset, and more specifically CDaoWorkspace. These MFC classes should allow you to create a .mdb file with is a database using Microsoft's Jet engine. -Alex

      A 1 Reply Last reply
      0
      • A Alexinuk

        Look at using the CDaoDatabase, CDaoRecordset, and more specifically CDaoWorkspace. These MFC classes should allow you to create a .mdb file with is a database using Microsoft's Jet engine. -Alex

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        Thanks, could you direct me to any basic sample? Thanks. n

        A 1 Reply Last reply
        0
        • A Anonymous

          Thanks, could you direct me to any basic sample? Thanks. n

          A Offline
          A Offline
          Alexinuk
          wrote on last edited by
          #4

          The only thing I can think of from the top of my head is MSDN. Otherwise try searching Google for CDaoWorkspace. Cheers, Alex

          A 1 Reply Last reply
          0
          • A Alexinuk

            The only thing I can think of from the top of my head is MSDN. Otherwise try searching Google for CDaoWorkspace. Cheers, Alex

            A Offline
            A Offline
            Anonymous
            wrote on last edited by
            #5

            Alex, Thanks a lot for your help. N

            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