20.2 Creating SQL Connection Strings Quickly with SQL Server Connection String Builder
Connection strings can seem a bit arcane if you don’t work with them regularly. Their syntax is odd, and there are a host of parameters you need to get exactly right. You can certainly use a resource like ConnectionStrings.com to help you out, but what if you don’t have access to an Internet connection?
SQL Server Connection String Builder is a standalone .NET application that can build and test connection strings for you. It’s small enough to leave in a utility folder on your hard disk, waiting for the few times you need it to bail you out of a tough spot.
| |
|---|---|
Tool | SQL Server Connection String Builder |
Version covered | 1.0 |
Home page | |
Power Tools page | |
Summary | Tiny application to bail you out when you need an SQL connection string |
License type | Freeware |
Online resources | |
Supported Frameworks | .NET 1.0, 1.1 |
Related tools in this book | ConnectionStrings.com |
Getting Started
Download the tool from its home page and extract it to a folder. SQL Server Connection String Builder is a tiny standalone application (80K!) with no dependencies. It runs only on versions 1.0 and 1.1 of the .NET Framework, but this limitation isn’t really an issue because all you’re doing with it is creating connection strings; you’re ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access
