sqlstr = "select * from jinhuo_temp"
Set rs = db.OpenRecordset(sqlstr)
Set DataGrid1.DataSource = rs错误提示 “类型不匹配”请教!
前面数据连接没有问题,RS建立成功。