CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Help Needed!

  1. #1
    Join Date
    Apr 1999
    Posts
    56

    Help Needed!

    I am working on a project which need to dynamically create a database (MS access 7.0). The name of table and number of fields and records depend on the user's input. How can I dynamically create the database? What kind of method should I use? Can you give me some advices about it? Thanks a lot in advance!


  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    100

    Re: Help Needed!

    There is a sample application called DAOTABLE
    in VC++ help content. It shows U a way to create
    a database with tables and other database related
    stuffs done thru MFC codes.

    Hope for help.

    Walter


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured