Hello, I'm looking for some simple, standard, connection string snippets for MS SQL and MySQL databases, and an explanation of what the variables mean.
Thanks.
Steve
|
1
1
|
Hello, I'm looking for some simple, standard, connection string snippets for MS SQL and MySQL databases, and an explanation of what the variables mean. Thanks. Steve |
|||
|
|
|
2
|
Check out ConnectionStrings.com for a huge collection of samples broken down by product and technology. The whole site is devoted to connecting to databases so I'm sure you'll find what you're looking for there. |
|||
|
|
0
|
Here are some standard connection strings using .NET. .NET to SQL Server 2005
.NET to SQL Server 2005 Trusted
.NET to MYSQL Connector (with port)
|
||
|
|