MySqlDataAdapter msda = new MySqlDataAdapter(cmd); msda.Fill(ds);//这里报错错误提示:值对于Int32太大或太小。 请问这是什么原因? 根据网上一些说法,应该是 ...
確定! 回上一頁