Specify connection strings
- Last UpdatedJul 22, 2024
- 1 minute read
The SQLData Script Library uses a connection string to specify the parameters for a database connection. The connection string is specified by Microsoft in their ADO.NET implementation. You can find details about the connection string and its parameters in the following locations:
http://msdn2.microsoft.com/en-us/library/
ms254978(VS.85).aspx
http://msdn2.microsoft.com/en-us/library/
ms254499.aspx
The following examples show how to write connection strings for the most commonly used data providers.