创建一个空数据库
时间:2007-11-09 来源:不详 作者:迈克DB
On Error GoTo Exit_ERR
Dim wrkDefault As Workspace
Dim NewDB As Database
CreateNormalDB = False
Set wrkDefault = DBEngine.Workspaces(0)
If Dir(strPathName) <> "" Then Kill strPathName
Set NewDB = wrkDefault.CreateDatabase(strPathName, dbLangGeneral)
NewDB.Close
Set NewDB = Nothing
CreateNormalDB = True
Exit Function
织梦内容管理系统
Exit_ERR:
MsgBox "备份失败!" & vbCrLf & vbCrLf & Err.Description, vbExclamation
Exit Function
End Function
copyright dedecms
'调用时只需提供路径及文件名即可,此函数为备份数据模块的一部份
织梦好,好织梦
上一篇:能否编译mdb文件到exe文件? 下一篇:提高拆分数据库在网上运行、编辑的速度
文章评论
共有位Admini5网友发表了评论 查看完整内容