I have a mysqlcommand and mysqlparameter array []
MySqlParameter[] param = new MySqlParameter[]{
// params here
};
Now I want to set the command parameter for this array. How I can do that? I got the error:
MySql.Data.MySqlClient.MySqlException:
Only MySqlParameter objects may be stored