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

    Creating Access DataBase?

    Is it possible to create a new Access database from scratch without having to go through the Database Wizard or create an association with an existing database?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Creating Access DataBase?

    use the CreateDatabase method of the CdbDatabase class (DAO).


  3. #3
    Join Date
    May 1999
    Posts
    4

    Re: Creating Access DataBase?

    Thank you


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