我想用vb连接access,但我不知道怎么连接在工程菜单填加引用ADO了,Dim MyConn As New ADODB.Connection
Dim str As String
str = "Provider=Microsoft.Jet.OLEDB.3.51;Data Source=C:\db.mdb"
MyConn.Open str, uid = "admin", Password = "yueqiang"执行提示如下错误:
runtime error -2147467259
can't start you application ,the workgroup information files is missing or opened
exclusively by another user;
我怎么办啊谢谢