在不安装sqlserver的情况下请问如何使用调用SQLDMO.dll里的函数。
请告诉我具体的注册SQLDMO.dll的方法。(我用的是sqlserver2000)
我用regsvr32方式注册的时候总是抱错:'loadlibrary  找不到指定的模块'
请告诉我如何才能正确的注册SQLDMO.dll(在不通过安装sqlserver2000的情况下)

解决方案 »

  1.   

    我试过可用这段代码注册它的:
    http://free.efile.com.cn/rukyo/Regfl32a.zip  (用快车下)
      

  2.   

    找整这些文件,打包进安装程序
    Sqldmo.dll 
    Sqldmo.rll 
    Sqlsvc.dll 
    Sqlsvc.rll 
    Sqlwoa.dll 
    Sqlresld.dll 
    Sqlwid.dll 
    W95scm.dll
      

  3.   

    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