Jack Cai
Results
1
comments of
Jack Cai
I am face same issue, tried below code, not works. MySql.Data.MySqlClient.MySqlParameter poid = new MySql.Data.MySqlClient.MySqlParameter("@poid",MySql.Data.MySqlClient.MySqlDbType.Int32); poid.Value = tid; poid.Direction = System.Data.ParameterDirection.Input; MySql.Data.MySqlClient.MySqlParameter preport = new MySql.Data.MySqlClient.MySqlParameter("@preport", MySql.Data.MySqlClient.MySqlDbType.Int32); preport.Value = DBNull.Value;...