Data source name: Difference between revisions

Content deleted Content added
Line 23:
 
These are further broken down into
* '''System DSNs''' – accessible by any and all processes and users of the system, stored in a centralized ___location (e.g., {{code|/etc/odbc.ini}}, {{code|//etc/odbc_file_dsns/<filename>}})
* '''User DSNs''' – accessible only by the user who created the DSN, stored in a user-specific ___location (e.g., {{code|/~/.odbc.ini}}, {{code|/~/odbc_file_dsns/<filename>}})
 
== Example of use ==