The following SQL-DMO files are included with the SQL Server 32-bit client tools for Windows 95 and Windows NT, which you must install to use SQL-DMO.
In C:\SQL60\DLL
| File | Description |
|---|
| SQLOLE.HLP | Help file containing reference information about SQL-DMO objects, properties, methods, lists, and collections. |
| SQLOLE.REG | SQL-DMO Registry file. |
| SQLOLE32.DLL | SQL-DMO in-process server and COM custom component. |
| SQLOLE32.TLB | SQL-DMO type library, usually used by OLE Automation controllers like Visual Basic. |
In C:\SQL60\INSTALL
| File | Description |
|---|
| SQLOLE42.SQL | Transact-SQL script to create SQL-DMO stored procedures for SQL Server 4.21 servers. You must install these on a SQL Server 4.21 server before SQL-DMO objects can connect to that server. |
| SQLOLE60.SQL | Transact-SQL script to create SQL-DMO stored procedures for SQL Server 6.0 servers. These are already installed by SQL Server 6.0. |
In C:\SQL60\SQLOLE\INCLUDE
| File | Description |
|---|
| SQLOLE.H | Header file for C++ programs containing function prototypes for SQL-DMO objects, properties, methods, lists, and collections. |
| SQLOLEID.H | Header file for C++ programs containing class IDs and interface IDs for SQL-DMO. |
In C:\SQL60\SQLOLE\SAMPLES
| File | Description |
|---|
| README.TXT | Summary of sample programs available in each directory. |