Quote:
Originally Posted by Chia
Actually, yes I know MS shorts for MicroSoft. I just wanna know which one is a server, which one is language.
That means, are both MS SQL and MySQL languages to write the database? And is MS Access the database itself?
|
Uh ... MS SQL Server is (usually) a client/server database. You have all the data living on a server, and then send requests to it using the SQL language, or something like VB, C#, whatever. MySql is pretty similar, also (usually) server based, and you interact with it by sending SQL commands and doing something with the responses. MS Access is a different kind of database, more light-weight. It's a file instead of a server, although you still use SQL to interact with the data.
Sorry there isn't a more black and white answer, but it's somewhat complex stuff.
But like others have said, MySql usually comes with a web hosting account ( since most run linux ). On the other hand, Access comes with Office, so you might already have a license for it.
|