Quote:
Originally Posted by charliemears
* is there stored in mysql as the same with ms sql?
|
No.
Things like MS-SQL's "@@IDENTITY" do not work in MySQL.
Though (iirc) it is not a completely different language, you will still have to do a little research on the functions.
Quote:
|
* on php programming, which database back end should I used? why?
|
MySQL.
IIRC, MySQL = Linux, MS-SQL = Microsoft.
MS != PHP
So MySQL is the way to go.
Quote:
|
* what are the advantage or disadvantage if am I going to use ms sql in php and publish it into live?
|
I have NO idea
Quote:
|
* what features in mysql that are not with mssql?
|
They are both a databasing system, so I wouldnt imagine there would be too much difference other then coding and system compatibility (server).
I can honestly recommend MySQL, its used by phpBB, vBulletin, e107, SMF, and many more.
Its a great way to database everything, so I recommend it.
Your welcome
