Hi, I have a customer that I'm writing a database for. They currently have a database written in sql server 2000. They asked me to make them a seperate program and I've designed it with Mysql. Mysql is my favorite choice.
I was thinking about simply rewriting the tables over to sql server, and changing from odbc to native sqlserver calls.
I wrote the whole front end with asp.net. But now, I want to tell my customer to install mysql alongside sqlserver 2000. There aren't too many tables, only about 12.
I was reading that sqlserver uses port# 1443 instead of mysql's 3306, so it shoudn't be a problem.
The customer has a very slight idea what SQL server is, but I am sure has never heard of Mysql. He just wants the program to do what its intended to do.
Can I just show him what the mysql.com website says about how Nasa, Google etc.. and over 10 million copies were installed last year. And how its faster than SQL server for pulling records etc.... The database will consist of a combination of inserting records but mosty selecting them for viewing. I've handled Referential integrity though code.
Anyway, thanks
I was thinking about simply rewriting the tables over to sql server, and changing from odbc to native sqlserver calls.
I wrote the whole front end with asp.net. But now, I want to tell my customer to install mysql alongside sqlserver 2000. There aren't too many tables, only about 12.
I was reading that sqlserver uses port# 1443 instead of mysql's 3306, so it shoudn't be a problem.
The customer has a very slight idea what SQL server is, but I am sure has never heard of Mysql. He just wants the program to do what its intended to do.
Can I just show him what the mysql.com website says about how Nasa, Google etc.. and over 10 million copies were installed last year. And how its faster than SQL server for pulling records etc.... The database will consist of a combination of inserting records but mosty selecting them for viewing. I've handled Referential integrity though code.
Anyway, thanks