Salut technicienne,
eh bien tu pourrais utiliser la valeur retournée par la fonction executescalar :
cmd.CommandText = "SELECT COUNT(*) FROM dbo.region";
Int32 count = (Int32) cmd.ExecuteScalar();
The possible meet the impossible to become the possimpible !!