如何在win98下注册SQLDMO.dll?(500分),当然是问题解决后,否则only-100分

解决方案 »

  1.   

    不行,我还知道以下这些,
    但我不想安装Microsoft SQL Server Client Tools 
    ---------------------------------------------------
    Create and Access SQL-DMO Objects from DelphiThe first thing to do is get the development environment working. Complete source code for the three projects described in this series are available for download in Delphi 4 and Delphi 5 versions (see end of article for details). The code works in Delphi 3, but the IDE/menu options differ slightly. Note that all three projects must be run from Windows NT. There are some other requirements:You must have Microsoft SQL Server 7 Client Tools installed. You must have DBO SQL Server 7 security rights. The Borland Database Engine (BDE) must be installed. The easy answer to getting the required files is to install the Microsoft SQL Server Client Tools on your development machine. These files (see Figure 2) are required to create and access SQL-DMO objects, and can be browsed on your Microsoft SQL Server 7 CD.File name
     Description
     
    redist.txt
     Redistribution file list and licensing policy.
     
    sqldmo.hlp
     The DMO help file. This contains just about everything you'd like to know about SQL-DMO objects, their methods, and properties.
     
    sqldmo.dll
     The SQL-DMO in-process server DLL and COM object.
     
    sqldmo.rll
     The SQL-DMO resource file.
     
    sqlresld.dll
     SQL Enterprise Manager Resource DLL Loader.
     
    sqlsvc.dll
     Database Service Layer.
     
    sqlsvc.rll
     Database Service Layer Resource DLL.
     
    sqlwoa.dll
     SQL Server Unicode/ANSI Translation Layer.
     
    sqlwid.dll
     SQL Server Unicode/ANSI Translation Layer.
     
    w95scm.dll
     SQL Service Control Manager Abstraction Layer.
     
    pre60to7.sql
     Creates 6.0 MSDB tables in order to "stage" the data being imported by Convert.
     
    pre65to7.sql
     Modifies the tables created by PRE60TO7.SQL to make them look like the 6.5 versions of those tables. Must be run after PRE60TO7.SQL.