Hi all
My code for sp_empupdate is not working in mysql,but it is work on sql database
why
MySqlCommand com = new MySqlCommand("sp_empupdate", con);
com.CommandType = System.Data.CommandType.StoredProcedure;
com.Parameters.AddWithValue("Name", name);
com.Parameters.AddWithValue("Age", ages);
com.Parameters.AddWithValue("address", add);
com.Parameters.AddWithValue("imag_path1", compleurl);
com.Parameters.AddWithValue("empid", ids);