I want to get image from database and show in picture box dynamic but it has an error : parameter is not valid in c_sharp

后端 未结 0 345
余生分开走
余生分开走 2020-12-10 11:59

`SqlCommand cd = new SqlCommand("select f_pictur from information where f_number = \'" + f_num.Text + "\'");

        SqlDataReader dt = cd         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题