Open budisandif opened 1 year ago
Command : var cmdDis = conn.CreateCommand("/ppp secret disable [find name=ABC]"); cmdDis.ExecuteNonQuery();
var cmdDis = conn.CreateCommand("/ppp secret disable [find name=ABC]"); cmdDis.ExecuteNonQuery();
Result : no such command prefix'
Did you solve the problem? I cant delete an entry of an adress list because the next parameter is needed [find address=1.1.1.1]
Problem already solved, thx
Command :
var cmdDis = conn.CreateCommand("/ppp secret disable [find name=ABC]"); cmdDis.ExecuteNonQuery();
Result : no such command prefix'