BCB如何读取udl的配置
在BCB平台上读取udl的配置,我想从udl得到这样的串子:
Provider=SQLOLEDB.1;Password=pass;Persist Security Info=True;User ID=sa;Initial Catalog=JDC;Data Source=127.0.0.1
[解决办法]
自己解析一下udl文件不就OK了?
发布时间: 2012-02-06 15:52:44 作者: rapoo
BCB如何读取udl的配置
在BCB平台上读取udl的配置,我想从udl得到这样的串子:
Provider=SQLOLEDB.1;Password=pass;Persist Security Info=True;User ID=sa;Initial Catalog=JDC;Data Source=127.0.0.1
[解决办法]
自己解析一下udl文件不就OK了?