> My company had just ordered a SQL 2000 Server.  I need to make a
webpage
> that collects data from the Server's database.  I guess I need to use
PHP
> with SQL.  My question is what is the difference between SQL and
mySQL?  I
> brought a book that teaches you how to use PHP with MymySQL, I am just
> wondering if this book will give me a good enough idea of how to do my
> job,
> since I know a little bit of SQL already.  Please advise, thanks.

You'd want a book that's specific to MSSQL. Yes, the underlying SQL is
the same in each one, but each has a list of functions and features that
are specific to it. Having a book on what you're actually using is going
to be most useful.

Don't chuck the MySQL book, though. Read it in conjunction with the
other and you'll get the best of both worlds...

---John Holmes...




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to