Office中国论坛/Access中国论坛
标题:
求助:"错误:无法启动应用程序......"
[打印本页]
作者:
yrg
时间:
2003-5-11 02:44
标题:
求助:"错误:无法启动应用程序......"
Public Function myCnn() As Integer
On Error GoTo Err_11
Dim cnn As New ADODB.Connection
'Dim rst As New ADODB.Recordset
'Dim sql As String
cnn.Open "provider=Microsoft.Jet.OLEDB.4.0;" _
& " data source=C:\Documents and Settings\Administrator\My Documents\db1.mdb;" _
& " password=025124;"
MsgBox "OK"
myCnn = -1
Exit_11:
Exit Function
Err_11:
MsgBox "´íÎó£º(" & Err.Number & ")" & Err.Description
myCnn = 0
Resume Exit_11
End Function
错误:无法启动应用程序.工作组信息文件丢失,或是已被其它用户以独占方式打开
作者:
yrg
时间:
2003-5-20 03:38
谁可以帮我?
作者:
yrg
时间:
2003-5-21 02:45
谁可以帮我?
作者:
yrg
时间:
2003-5-23 01:55
谁可以帮我
作者:
yrg
时间:
2003-5-23 02:37
谁可以帮我
欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/)
Powered by Discuz! X3.3