MySQL a good choice?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Demon

    MySQL a good choice?

    Hello,

    I'm a starter on the MySQL area, I have MS SQL Server experience.

    I want to create a web application for showing logged information. It
    concerns logged vehicle information. The system should be available for
    several customers looking at their own vehicles.

    Is MySQL suitable to perform this task?

    I know I give not much information but it's a first attempt to gather some
    information concerning MySQL.

    thanks,

    Rob


  • jerry gitomer

    #2
    Re: MySQL a good choice?

    Demon wrote:[color=blue]
    > Hello,
    >
    > I'm a starter on the MySQL area, I have MS SQL Server experience.
    >
    > I want to create a web application for showing logged information. It
    > concerns logged vehicle information. The system should be available for
    > several customers looking at their own vehicles.
    >
    > Is MySQL suitable to perform this task?
    >
    > I know I give not much information but it's a first attempt to gather some
    > information concerning MySQL.
    >
    > thanks,
    >
    > Rob
    >
    >[/color]
    Rob,

    Yes! You will find that most of your MS SQL Server procedures
    will run unchanged. MySQL is more than suitable for just about
    any web application. A fact attested to by virtue of MySQL
    being far and away the most popular web application RDBMS.

    HTH
    Jerry

    Comment

    Working...