以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]BeforeConnectOuterDataSource (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=154773) |
||||
-- 作者:blsu33 -- 发布时间:2020/9/26 16:20:00 -- [求助]BeforeConnectOuterDataSource 老师, 这块设置,没有连接上,数据源是不是系统就会打不开,没有任何反应。
|
||||
-- 作者:blsu33 -- 发布时间:2020/9/26 17:14:00 -- 如附件, |
||||
-- 作者:blsu33 -- 发布时间:2020/9/26 17:15:00 --
模拟,服务器端,在服务器上打开时数据库连接不上,需要重新指定数据源。 |
||||
-- 作者:有点蓝 -- 发布时间:2020/9/27 9:24:00 -- 生成的链接字符串不正确,参考这种用法:http://www.foxtable.com/webhelp/topics/0682.htm If e.name = "成绩" Then e.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & e.ProjectPath & "Attachments\\UserInfo.mdb;Persist Security Info=False" End if
|