Results 1 to 9 of 9

Thread: [RESOLVED] Differents Between MY-SQL and MS-SQL

  1. #1

    Thread Starter
    Addicted Member thamizhinpan's Avatar
    Join Date
    Dec 2005
    Location
    TE
    Posts
    243

    Resolved [RESOLVED] Differents Between MY-SQL and MS-SQL

    I wish to learn PHP with MY-SQL. So I have downloaded PHP saver application from website. Because it was a medium size (9MB) file for my low speed Internet connection.
    But I couldn't download MY-SQL from web site. Because it was a very big one (more than 40MB).
    So I have been trying to buy it from a shop.
    Unfortunately I couldn't able find MY-SQL on shop. But I have seen a CD with the name of "Microsoft SQL Saver 2005(MS-SQL)". But I don't know more about that.
    Is it different from MY-SQL?
    Last edited by thamizhinpan; Dec 11th, 2007 at 01:12 PM. Reason: Spelling Mistakes
    If above question or answer will help to you
    Don't forget to rate me
    தமிழ்இன்பன்

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Differents Between MY-SQL and MS-SQL

    They are vaguely similar, but as they are different products from different companies, what works in one doesn't always work in the other.

    If you only have MySQL available with your web host, you should not use SQL Server. Instead, get MySQL somehow (perhaps get a friend or an Internet Cafe to download it for you).

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Differents Between MY-SQL and MS-SQL

    PostgreSQL — 16 MB

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Differents Between MY-SQL and MS-SQL

    Even better:

    Firebird — 4 MB


    Both are relational database management systems that can be used with PHP.


    I recommend using the PDO extension as your data access library. This makes it easy to switch between MS SQL, MySQL, PostgreSQL, Firebird, or a bunch of other supported DBMSs.

  5. #5

    Thread Starter
    Addicted Member thamizhinpan's Avatar
    Join Date
    Dec 2005
    Location
    TE
    Posts
    243

    Re: Differents Between MY-SQL and MS-SQL

    Thanks all! For your replies and links
    If you only have MySQL available with your web host
    Can I check availability of web host with out contacting administrators of saver?
    Because, I don’t have any contact details about administrator of my web host.

    Any way I think firebird will solve my trouble for temporary.
    If above question or answer will help to you
    Don't forget to rate me
    தமிழ்இன்பன்

  6. #6
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Differents Between MY-SQL and MS-SQL

    What your web host provides/supports should be clear from their site (usually on the home page).

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Differents Between MY-SQL and MS-SQL

    Or at the very least, the control panel...
    Who's the host? Maybe some one here has the same host & would know if you have mySQL.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Differents Between MY-SQL and MS-SQL

    Make a phpinfo file and see what extensions are installed. Anything you need to access a database must be listed here.

  9. #9

    Thread Starter
    Addicted Member thamizhinpan's Avatar
    Join Date
    Dec 2005
    Location
    TE
    Posts
    243

    Re: Differents Between MY-SQL and MS-SQL

    Ok!
    I think Penagate's way is very easy for me.
    Thank You Every Body!
    If above question or answer will help to you
    Don't forget to rate me
    தமிழ்இன்பன்

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