作者: tmtony 时间: 2002-11-27 07:34
Dim dbe As PrivDBEngine
Dim wrk As Workspace
Dim dbs As Database
Set dbe = New PrivDBEngine
dbe.systemdb = "c:\tmp.mdw"
dbe.defaultuser = "tmtony"
dbe.defaultpassword = "password"
Set wrk = dbe.workspaces(0)
Set dbs = wrk.opendatabase("c:\tmp.mdb") 作者: Eiffel 时间: 2002-11-27 18:49
坛主!为何还是这个答案啊!