manar-info a écrit :
voici le code d'authtification:
SqlConnection oConnection = null;
string strConnexion = "Data Source=ali-131a155d61b;" + "Initial Catalog=mabase;" + "Integrated Security=SSPI;";
try
{
oConnection = new SqlConnection(strConnexion);
SqlCommand oCommand = new SqlCommand("INSERT INTO matable VALUES ('"+ name +"','" + prenom +"')",oConnection);
oConnection.Open();
oCommand.ExecuteNonQuery();
oConnection.Close();
}
catch(Exception ex)
{
Retour = "Error : " + ex.ToString();
}
return Retour; }
}
|
si ton executenonquery plante, ta connexion reste ouverte
edit ; mon dieu, ce code
Message édité par Tamahome le 08-08-2009 à 10:35:08
---------------
Hobby eien /人◕ ‿‿ ◕人\