Content deleted Content added
m Reverted edits by Saku.arowena (talk) to last revision by Cljeffery (HG) |
|||
Line 1:
{{Unreferenced|date=January 2009}}
In [[computing]], a '''data source name''' ('''DSN''', sometimes known as a '''database source name''', though "[[data
DSN attributes may include, but are not limited to:
* name of the data source▼
* ___location of the data source▼
* name of a driver which can access the data source▼
* user ID for data access (if required)▼
* user password for data access (if required)▼
▲* the name of the data source
The system administrator of a client machine creates a separate DSN for each relevant data source.▼
▲* the ___location of the data source
▲* the name of a [[database driver]] which can access the data source
▲The system administrator of a client machine generally creates a separate DSN for each relevant data source.
Standardizing DSNs offers a level of [[indirection]] that various applications (for example: [[Apache HTTP Server|Apache]]/[[PHP]] and [[Internet Information Services|IIS]]/[[Active Server Pages|ASP]]) can take advantage of in accessing shared data sources.▼
▲Standardizing DSNs offers a level of [[indirection]]
== Types of data source name ==
|