=========================================
    Readme File
   SQL Server 2000 Developer's Guide

       (c) Copyright Osbonre/McGraw-Hill 2000.
             All rights reserved.
==========================================
---------------------------------
Table of Contents
---------------------------------
1.0 CD-ROM CONTENTS
2.0 PREREQUISITES
3.0 INSTALLATION INSTRUCTIONS
4.0 UNINSTALL INSTRUCTIONS


1.0  CD-ROM CONTENTS
---------------------------------------------------

This CD-ROM contains the sample programs that are presented in the book SQL Server 2000 Developer's Guide. 
You can access the source directly from the CD-ROM or you can use the supplied setup program to install the 
source code to your hard drive.  

The following list shows the CD-ROM contents and directory structure.

\   README.TXT
|   AUTORUN.INF
|   SETUP.EXE
|   
\--ADOSample
|       ADOSample.exe
|       ADOSample.vbp
|       ADOSample.vbw
|       BLOBSample.jpg
|       department.ADTG
|       FormADO.frm
|       FormADO.frx
|       Picture.jpg
|       tempBLOB.bmp
|       VBcodesamples.txt
|       wizard.res
|      
\--ASPSample
|       ASPSample.vic
|       ASPSample.vip
	\--ASPSample_Local
	|       adovbs.inc
	|       CreateInsert.asp
	|       default.htm
	|       Delete.asp
	|       Error.asp
	|       Finish.asp
	|       GetState.asp
	|       global.asa
	|       Picture.jpg
	|       PreparedSQL1.asp
	|       PreparedSQL2.asp
	|       SaveState.asp
	|       SessionConnect.asp
	|       SimpleConnect.asp
	|       storedproc1.asp
	|       storedproc2.asp
	|       Update.asp
	|       VIData.asp
|
\--DAOSample
|       DAOSample.exe
|       DAOSample.vpb
|       DAOSample.vpw
|       FormDAO.frm
|       FormDAO.frx
|       newlink.mdb
|       Picture.jpg
|       pubslink.mdb
|       tempbmp.bmp
|       wizard.res
|
\--DMOSample
|       DMOSample.exe
|       DMOSample.frm
|       DMOSample.frx
|       DMOSample.log
|       DMOSample.vbp
|       DMOSample.vbw
|       Picture.jpg
|
\--DTSSample
|       authors.txt
|       DTSSample.exe
|       DTSSample.vbp
|       DTSSample.vbw
|       ExportAuthors.bas
|       FormDTS.frm
|       FormDTS.frx
|       Picture.jpg
|       wizard.res
|
\--EQSample
|       EQSample.vbp
|       EQSample.vbw
|       frmLogin.frm
|       frmQuery.frm
|       frmQuery.frx
|       modEQ.bas
|       Picture.jpg
|
\--ODBCDirectSample
|       FormDirect.frm
|       FormDirect.frx
|       ODBCDirectSample.exe
|       ODBCDirectSample.vbp
|       ODBCDirectSample.vbw
|       Picture.jpg
|       wizard.res
|
\--ODBCSample
|       FormODBC.frm
|       FormODBC.frx
|       ODBC.bas
|       ODBCfun.bas
|       ODBCSample.exe
|       ODBCSample.vbp
|       ODBCSample.vbw
|       Picture.jpg
|       wizard.res
|
\--RDOSample
|       FormRDO.frm
|       FormRDO.frx
|       Picture.jpg
|       RDOSample.exe
|       RDOSample.vbp
|       RDOSample.vbw
|       wizard.res
|
\--UDL
|       datalink.exe
|       datalink.reg
|       datalink.vbp
|       datalink.vbw
|       module1.bas
|       MyUDL.udl
|
\--XMLSample
|       authorsXPathTPL.xm
|       CustTemple.xml
|       deletetDeptGram.xml
|       departemnt.xml
|       DepartemtnTPL.xml
|       insertDeptGram.xml
|       OpenXML.sql
|       pubs.xdr
|       pubs.xml
|       SelectEmpsTPL.xml
|       SelectEmpsXSL.xsl
|       StateSales.xml
|       StatesSales.xsl
|       updateDeptGram.xml
|       usp_StateSalesXML.sql
|       XPathTPL.xml
|
\--XPSample
|       proc.cpp
|       readme.txt
|       StdAfx.cpp
|       StdAfx.h
|       xp_sample.sql
|       XPSample.cpp
|       XPSample.dsp
|       XPSample.dsw
|       XPSample.ncb
|       XPSample.opt
|       XPSample.plg
	\--Release
	|       XPSample.dll
	|       XPSample.exp
	|       XPSample.lib
|

2.0 PREREQUISITES
----------------------------
SQL Server 2000
Visual Basic 5 or 6 (for the VB projects)
Visual InterDev 6 (for the ASP project)
IIS 5.0 (for the XML project)
FrontPage Extensions 98 (for the ASP project)

The Visual Basic examples require VB 5 or VB 6 to run. Since these projects are created with VB 6 an error will be 
issued when opening them with VB 5. However, if you continue all of the soure files will be available. 

The ASP example was built using Visual InterDev 6.0. To run this project you must pull the project up in Visual InterDev 
set the new deployement target. Then deployee the application to an availalbe web server that can be used for application development.


3.0  INSTALLATION INSTRUCTIONS
------------------------------
You can access most of the utilities and sample code directly from the CD-ROM.  However, you can also choose to 
install the code directly to your hard drive.  To install the code samples contained on this CD-ROM simply run the setup.exe 
program that's found in the root directory of the CD-ROM.  The setup.exe program can be run under  Windows 9x or Windows NT.  
The setup.exe program presents a dialog box that allows you to select various options to install.


4.0 UNINSTALL INSTRUCTIONS
------------------------------
If you are running Windows 9x or Windows NT you can use the Add/Remove Programs icon in the Control Panel to unintall 
the program code and utilities that have been installed.  Select the program entitled "SQL Server Developer's Guide" and click the Add/Remove button.

