救火——关于SQLDMO.dll的注册问题

fxieg 2004-07-12 04:44:59
在不安装sqlserver的情况下请问如何使用调用SQLDMO.dll里的函数。
请告诉我具体的注册SQLDMO.dll的方法。(我用的是sqlserver2000)
我用regsvr32方式注册的时候总是抱错:'loadlibrary 找不到指定的模块'
...全文
188 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
chinaandys 2004-07-13
  • 打赏
  • 举报
回复
没有遇到过:
我在客户端装了ado2.7后,client端登陆到sql server就ok
aiirii 2004-07-12
  • 打赏
  • 举报
回复
Following is the list of SQL-DMO related DLLs that you need to enable DMO from a client:
Sqldmo.dll
Sqldmo.rll
Sqlsvc.dll
Sqlsvc.rll
Sqlwoa.dll
Sqlresld.dll
Sqlwid.dll
W95scm.dll


do the following:
Add a directory called "Resources" to the location where the Sqldmo.dll resides.
Add a subdirectory under Resources called "1033".
In this directory, copy the Sqldmo.rll file.
When complete, the directory structure should look like:
Directory that contains Sqldmo.dll\Resources\1033

And that 1033 directory should contain the Sqldmo.rll file.


c:\regsvr32 /s- sqldmo.dll

詳細參考:
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q248/2/41.asp&NoWebContent=1
fxieg 2004-07-12
  • 打赏
  • 举报
回复
wychero:感谢你的回帖。我对SQLDMO不太了解。我在delphi 里loadlibrary了SQLDMO.dll
发现他确实调用了其他的dll.但我确实不明白该怎样把它给注册
wychero 2004-07-12
  • 打赏
  • 举报
回复
在使用前请确保这个DLL的函数有没有引用到其它DLL里的函数。

2,498

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 数据库相关
社区管理员
  • 数据库相关社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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