Get The ConnectionString to SQL Server Using VS Studio Server Explorer
Posted by teknoy on January 5, 2010 · Leave a Comment
To connect to a SQL Server instance, you have to assign the correct connection string to ConnectionString property of an SqlConnection object. For example.Dim con As New SqlConnectioncon.ConnectionString = "Data Source=.;Initial Catalog=x;Persist Security Info=True;User ID=sa;Password=password"con.Open()Now...
Source: Fryan's Digital World
Disclaimer: PinoyBlogoSphere.com(PBS) claims no credit for any content(posts, articles, texts, images, videos) featured on this site unless otherwise noted. All contents are copyright to their owners/sources. PBS is in no way responsible for or has control of the content of any external web site links. Information on this site may contain errors or inaccuracies; we do not make warranty as to the correctness or reliability of the site’s content. If you own rights to any of the content, and do not wish them to appear on this site, please contact us via e-mail and they will be removed.
Other Posts
- November 13, 2009 -- Facebook Developer Toolkit for .NET
- March 13, 2010 -- Remove Comments In Your C/C#/C++ Codes Using CommentRemover
- March 11, 2010 -- .NET Framework 4.0: Access the computer location using System.Device.Location Namespace
- January 14, 2010 -- Visual Studio 2010 & .NET Framework 4 Training Kit
- January 6, 2010 -- Add Confirmation Dialog Box When Closing a VB.NET form
- November 21, 2009 -- How to Get Elapsed Time in VB.NET
- November 20, 2009 -- Multithreading Template in VB.NET
- June 11, 2010 -- Projectile Motion Calculator
- May 23, 2010 -- Convert C# to VB and Vice versa
- May 23, 2010 -- How To Send SMS via ELMER Server Suite Using VB.NET
- May 7, 2010 -- Export MS Access Database To CSV
- April 10, 2010 -- Check What Versions of .Net Framework And Service Packs Installed on Your Machine
- March 14, 2010 -- Four Function Calculator Version 1.0
- March 11, 2010 -- Student Information System Version 1.0
- March 11, 2010 -- Highest and Lowest Numbers Version 3.0
- February 27, 2010 -- My Noteee (Notepad)
- February 24, 2010 -- Yard To Feet Converter Using Classes
- February 24, 2010 -- Addition of Numbers Using Classes and Pointers
- February 11, 2010 -- Course registration
- February 10, 2010 -- Basics of Struct in C++