Free Newsletters:
DatabaseDaily  
Database Journal
Search Database Journal:
 
MS SQL Oracle DB2 Access MySQL PostgreSQL Sybase PHP SQL Etc SQL Scripts & Samples Links Database Forum

» Database Journal Home
» Database Articles
» Database Tutorials
MS SQL
Oracle
DB2
MS Access
MySQL
» RESOURCES
Database Tools
SQL Scripts & Samples
Links
» Database Forum
» DBA Jobs
» Sitemap

News Via RSS Feed


follow us on Twitter





New Security Features Planned for Firefox 4

Another Laptop Theft Exposes 21K Patients' Data

Oracle Hits to Road to Pitch Data Center Plans
Database Journal |DBA Support |SQLCourse |SQLCourse2









Systems Programmer / Software Engineer - C, Unix-Linux, Multi-threading, IPC
WSI Nationwide, Inc.
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume

Featured Database Articles

MS SQL

Sep 10, 2000

Create Your Own Administration Tool for MSDE - Page 4

By Danny Lesandrini


Installation Issues

The complete list of files required to install SQL DMO and SQL Namespace listed in Appendix A were taken from the Redist.txt file distributed with SQL Server. Pay special attention to the following instructions about the placement and registration of some of the key library files:

Installation Notes for Distributed Management Objects (DMO)

The sqldmo.dll file must be registered using the regsvr32.exe utility. Example: regsvr32 \mssql7\binn\sqldmo.dll)

The sqlwoa.dll file should reside in the system folder (i.e., \winnt\system32 or \windows\system).

Installation Notes for SQL Namespace (SQLNS) Files

The following files must be registered using the regsvr32.exe utility:

	sqlns.dll
	sqllex.dll

	Example:  regsvr32 \mssql7\binn\sqlns.dll

It has been my experience that these instructions need to be followed exactly. Placing even a single file in the wrong directory or forgetting to register any of the above mentioned files will cause a failure when trying to instantiate a SQL Namespace object. It seems that SQL DMO is more forgiving, but I still suggest that you distribute these components exactly as suggested by Microsoft.


In Summary

The Microsoft Data Engine (MSDE) provides a robust alternative for desktop applications currently using the JET database, file-server option. By designing applications for MSDE you pave the way for a more painless, hassle free upsize to SQL Server when that time comes. Thanks to the SQL DMO and SQL Namespace COM libraries, developers now have the ability to include all the administrative utilities necessary for your client to manage the database without requiring years of training or hours of coding.

In a future article, I will discuss what is required to perform a remote, unattended install of the MSDE database engine on a client machine.


See All Articles by Columnist Danny Lesandrini


Tools:
Add databasejournal.com to your favorites
Add databasejournal.com to your browser search box
IE 7 | Firefox 2.0 | Firefox 1.5.x
Receive news via our XML/RSS feed

MS SQL Archives

Comment and Contribute

 


(Maximum characters: 1200). You have characters left.

 

 



Latest Forum Threads
MS SQL Forum
Topic By Replies Updated
SQL 2005: SSIS: Error using SQL Server credentials poverty 3 August 17th, 07:43 AM
Need help changing table contents nkawtg 1 August 17th, 03:02 AM
SQL Server Memory confifuration bhosalenarayan 2 August 14th, 05:33 AM
SQL Server – Primary Key and a Unique Key katty.jonh 2 July 25th, 10:36 AM