Windows 服务可以访问用户 DSN
我构建了一个 Windows 服务,允许用户选择 DSN,该服务将访问它并在其上执行任务。该代码在测试命令行应用程序下运行时不会出现错误,但在作为实际 Windows 服务运行时会失败。
我的问题是,Windows 服务是否不允许访问用户 DSN?是否有任何方法仍然允许用户能够创建和配置 DSN 以供服务使用?
I've build a Windows service that allows a user to choose a DSN and the service will access it and peform tasks on it. The code works without error when running under a test command line application, and fails when running as the actual Windows Service.
My question is, are Windows Services not allowed to access User DSN? Is there any way to still allow users the ability to create and configure DSNs for the service to use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查访问 DSN 的访问限制是什么
check What are the access restrictions on accessing a DSN