CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2008
    Posts
    31

    Question I'm confusing between SQL Server and MYSql and Sql Quries

    - I'm newbie and I'm confusing between SQL Server and MYSql and Sql Quries ?

    - and Is the SQL Server database like access and Sql Quries is the language Sql like Select * From Table1

  2. #2
    Join Date
    Dec 2007
    Location
    South Africa
    Posts
    263

    Re: I'm confusing between SQL Server and MYSql and Sql Quries

    Your Question is unclear, MSSQL and MySql are different, Microsoft created MSSQL not MySQL, these two RDBMS share common SQL Sytax, but not entirely. I think if you can Google the Difference between the two, you will find something.

    Hope this Helps

  3. #3
    Join Date
    May 2008
    Posts
    31

    Re: I'm confusing between SQL Server and MYSql and Sql Quries

    Thank you.

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

    Re: I'm confusing between SQL Server and MYSql and Sql Quries

    MS SQL Server and MySQL are both RDBMSs (relational database management systems).
    They are different products, MS SQL Server is, as access, a Microsoft product. MySQL is now owned by Sun.
    SQL is structured query language. It's a standard that many RDBMSs support to some extent.

    I hope this makes things a bit clear
    Hesham A. Amin
    My blog , Articles


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

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