Does anyone know which is the best choice between MS SQL Server and
MySQL?
Context:
- TCP/IP protocol over the network
- MS Visual FoxPro (5 or 6) as the front end development tool
I believe MySql is realted to Linux OS. MS SQL is in Windows OS. So a comparison dosent lead to anywhere for using VFP. I request to read this with caution, since my knowledge may be limited on this issue.
ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
I've replied already to this issue in UniversalThread. Check your message there.
Ramani, your're right when you say "I request to read this with caution".
MySQL is not limited to Linux -- there are versions for many others OS's (including Windows -- all 32 bit flavours).
Also, even if the MySQL were limited to Linux, the connection to it can be done using ODBC drivers - so VFP is a perfect tool for client-side designing.
Also, there are some things MySQL is not capable to do, such stored procedures and subselects. In this case, the native DBC using views are a great, great tool to improve this.
I've seen with my own eyes a very complicated SQL SELECT command (a big join and two subselects) which take around 2 minutes, and the same select, done with 5 simple views joined locally, take about 10 secs, on 4 huge tables! So, MySQL can be considered an alternative. Also, the databases coruption in MySQL is very, very rare. It's stable, also.
On the other hand, MS SQL SERVER has a lot of advantages on his side.
Anyway, this issue is a long talk. Maybe I'll post an article here, at tek-tips. What do you think about this idea?
I welcome your suggestion Grigore. I would love to have the benefits of your experience, since I do have a few Linux servers for which this can surely help. Thanks for your informations. Hav a good day ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.