CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2005
    Location
    Plymouth, UK
    Posts
    22

    Alternatives to access?

    No matter how much I use Access to create a database, I still find it very difficult to use and still get stuck using it - despite using it for nearly 3 - 4 years. Can anyone suggest an alternative please?

  2. #2
    Andy Tacker is offline More than "Just Another Member"
    Join Date
    Jun 2001
    Location
    55°50' N 37°39' E
    Posts
    1,503

    Re: Alternatives to access?

    MS SQL is best option...
    If you think you CAN, you can, If you think you CAN'T, you are probably right.

    Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.

  3. #3
    Join Date
    Jun 2005
    Location
    Plymouth, UK
    Posts
    22

    Re: Alternatives to access?

    Quote Originally Posted by Andy Tacker
    MS SQL is best option...
    Is this downloadable or would I have to buy it?

  4. #4
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    Re: Alternatives to access?

    MSDE is a light version of SQL server and it's free.
    You can download it from microsoft's site.
    SQL server 2000 itself is relatively expensive..But the developer edition is about $40+
    But..Waht kind of difficaulties did you face with MS access ? it's easy to use (as an interface) ..
    Or do you mean that you face problems writing good queries in it ?
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

  5. #5
    Join Date
    Jun 2005
    Location
    Plymouth, UK
    Posts
    22

    Re: Alternatives to access?

    Quote Originally Posted by hspc
    MSDE is a light version of SQL server and it's free.
    You can download it from microsoft's site.
    SQL server 2000 itself is relatively expensive..But the developer edition is about $40+
    But..Waht kind of difficaulties did you face with MS access ? it's easy to use (as an interface) ..
    Or do you mean that you face problems writing good queries in it ?
    Always found that I had problems with creating queries; always managed to go wrong with them somewhere. Can't say how exactly though because I don't use it that oftern.

  6. #6
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    Re: Alternatives to access?

    Ok .. SQL Server gives you great capabilities .. If you master T-SQL you can solve many problems that can't be solved with simple queries in access.
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

  7. #7
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: Alternatives to access?

    I do not say this is the best, but a good and easy alternative (and free for development) is MySQL.

    Downloads:

    Also in this article you can find a library for using MySQL in MFC-based applications.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

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