CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2006
    Posts
    14

    Database question

    I am about to start a database and was wondering what some of the experts around her use? I was thinking about using Visual studio with sql.. Although Microsoft access seems to be pretty easy, or is oracle the way to go... Just a little feedback would be great thanks

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Database question

    It depends...
    For a small desktop application MS Access database is for the most cases more than enough.
    For a big projects with multi-user accesses MS SQL Server is preferrable much more than MS Access.
    Note also that MS SQL Server Express edition is free.
    Victor Nijegorodov

  3. #3
    Join Date
    Oct 2006
    Posts
    14

    Re: Database question

    Thank you for the information!

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