DSN Connection String Example
The following is an example of a connection string for a connection that uses a DSN:DSN-less Connection String Examples
Some applications provide support for connecting to a data source using a connector without a DSN. To connect to a data source without using a DSN, use a connection string instead. The placeholders in the example are defined as follows, in alphabetical order:- [PortNumber] is the number of the TCP port that the LakeHouse instance uses to listen for client connections.
- [ServerInfo] is the IP address or host name of the LakeHouse instance to which you are connecting.
- [OneLakeDatabase] is the name of the database that you want to access.
- [YourUserName] is the user name that you use to access the LakeHouse instance.