public marks

PUBLIC MARKS from bagou with tags c# & sql

17 October 2005 16:30

FAQ C# - Club d'entraide des développeurs francophones

(via)
try { // Chaîne de connexion string connectString = "database=test_paresco;server=am01;User ID=BACK;pwd=xxxxxx"; // Objet connection SqlConnection connection = new SqlConnection(connectString); // Ouverture connection.Open(); // Fermeture connection.Close(); } catch (Exception ex) { System.Diagnostics.Debug.WriteLine(ex.ToString()); }

bagou's TAGS related to tag c#

.net +   classes +   config +   design +   dotnet +   sql +   tutorial +   ws +