Jump to content

Data source name

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jarsyl (talk | contribs) at 06:58, 19 August 2004 (Info assembled from Google searches). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Database Source Names, more commonly seen as the abbreviation, DSN, are data structures used to describe a connection to a database. This DSN will take the form of protocol: subprotocol: host: port: database so as to completely specify all parameters of the connection. The exact format of the DSN will vary depending on your programming language.