[求助]怎样才能用vb从access中读取照片片??
想做一个学生管理的表结构
Number photo
数字 OLE 对象
vb前端 g_strSql = " select photo from StdInfo where number = 123 "
Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\GROUP1.MDB;Persist Security Info=False"
Adodc1.RecordSource = g_strSql
Adodc1.Refresh
image控件请问应该怎么写??
谢谢