以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  增加外部数据源时数据库有密码怎么办?  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=48897)

--  作者:zhangchi96
--  发布时间:2014/4/8 15:02:00
--  增加外部数据源时数据库有密码怎么办?

增加外部数据源的代码是:

 

If Not Connections.contains("我的数据库08") Then
    Connections.Add("我的数据库08","Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & ProjectPath &"\\Data\\数据库.mdb" &";Persist Security Info=False")
End If

我把“数据库”设定了密码,运行后提示“创建外部连接“我的数据库08”失败!”,请教,这里要怎么添加我的密码“123”?


--  作者:狐狸爸爸
--  发布时间:2014/4/8 15:06:00
--  
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\\TablePro\\Tablepro\\help.mdb;Persist Security Info=False;Jet OLEDB:Database Password=123
--  作者:zhangchi96
--  发布时间:2014/4/8 15:23:00
--  

狐爸太厉害了,谢谢!说明书上可没有的,珍藏一下!!1