Saturday, July 2, 2011

SqlConnection (.NET) string sample

Standard Security sample:

Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;

Trusted Connection sample:
Data Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;

No comments:

Post a Comment

If you’re using Visual Studio to build your .NET MAUI app on a Mac, locating the IPA (iOS App Package) file can be a bit tricky

  If you’re using   Visual Studio   to build your   .NET MAUI   app on a   Mac , locating the   IPA (iOS App Package)   file can be a bit tr...