我的工程中有一类中的一个过程,编译时出错:用户定义类型未定义.
指向的出错语句:Dim mst As New ADODB.Stream,
我应该怎么解决这一问题?
该程序开头如下:Sub InsertFile(Conn As Connection, StrSql As String, StrFileName As String, StrCol As String, StrColValue As String)
Dim mst As New ADODB.Stream
Dim Rs As New ADODB.Recordset