C#
moshumu1
这个作者很懒,什么都没留下…
展开
-
Delete images from the ACCESS database,image as a filter
string sql = "DELETE* from picInfo where pic=@img"; DBHelper.OpenConnection();//DBHelper is a class with a method OpenConnection and a method Connection OleDbCommand comm = new OleDbCommand(sql, DB...原创 2020-02-04 10:16:05 · 145 阅读 · 0 评论 -
datagridview 不显示默认图片
dataGridViewCertificate.Columns[0].Visible = false;//隐藏它;原创 2020-02-03 22:53:00 · 342 阅读 · 0 评论