SQL在XP系统中连接的问题。。。急急急

guanxt2009abc 2010-01-27 03:01:02
在xp系统中, 出现Unable to load SQL Server OLEDB provider resource DLL.The application cannot continue,该怎么处理,谢谢啦!!!
...全文
95 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
  • 打赏
  • 举报
回复
看看
http://itdevcorner.blogspot.com/2007/07/unable-to-load-sql-server-oledb.html
简要:
To connect to SQL Server using Oledb method, Windows uses two files: SQLOLEDB.DLL and SQLOLEDB.RLL. The first one is the one who's in charge to make the connection, the second is file that is used by the first one. Both must be there and are in the same folder. The error message means that your program find the sqloledb.dll but is missing the sqloledb.rll.


So, you might want to search you HDD for "sqloledb.*" Most likely you will find them in several folders. By default they are in C:\Program Files\Common Files\System\Ole Db but your program may looking for in Windows System directory. If you have sqloledb.dll in your windows system path but none of sqloledb.rll then all you have to do is just copy the file sqloledb.rll into your Windows System folder. This should work.
饮水需思源 2010-01-27
  • 打赏
  • 举报
回复
1,安装SQL2000SP4
2,如果是其他机器访问XP的SQL,则需要关闭防火墙
3,在控制面板中手工配制ODBC
vbman2003 2010-01-27
  • 打赏
  • 举报
回复
你尝试在这个系统上设置连接SQL SERVER的ODBC,看看能不能成功...
guanxt2009abc 2010-01-27
  • 打赏
  • 举报
回复
好像不行!那还是要说声谢谢~
Tiger_Zhao 2010-01-27
  • 打赏
  • 举报
回复
大概对应的 OLEDB Provider 没有安装。
比如本机只有 3.5 的而你要用 4.0 的。

1,216

社区成员

发帖
与我相关
我的任务
社区描述
VB 数据库(包含打印,安装,报表)
社区管理员
  • 数据库(包含打印,安装,报表)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧