English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is the difference between a "Server" and a "Provider"? Is a provider always linked with Database only?

2007-01-13 10:57:42 · 4 answers · asked by Ambitious 1 in Computers & Internet Software

4 answers

If you're talking about database queries, ie Access/SQL, then yes provider does refer to the way you connect to the DB, ie:

MM_Connection = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source= c:\inetpub\wwwroot\db\test.mdb;"

The provider refers to the method (driver) which you connect to the db.

Server would refer to the SQL server. Since typically SQL servers are not located on the same machine as the website is, then you connect to the hostname/IP# of the SQL machine. Actually SQL is specifically designed to be fetch queries from another server. But accessing an MS Access DB, or a Dbase db, it needs to be on the same server. So thats where the provider (driver) comes into play.

But to confuse you anymore, it is also possible to connect to a sql server with a provider string:

"Provider=SQLOLEDB; Data Source=Your_Server_Name; Initial Catalog= Your_Database_Name; UserId=Your_Username; Password=Your_Password;"

2007-01-13 11:08:16 · answer #1 · answered by SharpGuy 6 · 0 0

A "Server" in the context of "Computers & Internet" is a machine/computer that stores data and performs computational and application operations.

A "Provider" is someone or some company that provides you with a service, e.g. ISP is an "Internet Service Provider" and like a webhosting provider which provides the users a server to host websites on.

A webhosting provider might provide access to a database (e.g. MySQL) for those that have a database need.

2007-01-13 11:08:06 · answer #2 · answered by ♫ Life is a Highway ♫ 4 · 0 0

the company you have your internet account with...nothing is different between the two...nothing!

2007-01-13 11:04:39 · answer #3 · answered by ? 3 · 0 0

nothing

2007-01-13 11:00:46 · answer #4 · answered by Richard 3 · 0 0

fedest.com, questions and answers