摘要: 图片保存到数据库的方法: public void imgToDB(string sql) { //参数sql中要求保存的imge变量名称为@images //调用方法如:imgToDB("update UserPhoto set Photo=@images where UserNo='" + temp + "'"); FileStream fs = File.OpenRead(t_photo.Te... 阅读全文
posted @ 2009-02-17 17:39 steven_2005 阅读(510) 评论(0) 推荐(0)