public marks

PUBLIC MARKS with tags c# & sql

January 2006

October 2005

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

by bagou (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()); }

April 2005

PUBLIC TAGS related to tag c#

.net +   pocketpc +   programming +   sql +   tutorial +  

Active users

choomba
last mark : 08/02/2006 07:49

bagou
last mark : 17/10/2005 16:35

Zero
last mark : 09/04/2005 07:03