home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 32 / IOPROG_32.ISO / SOFT / SqlEval7 / devtools / samples / MSDTC / readme.txt
Encoding:
Text File  |  1998-09-27  |  2.7 KB  |  73 lines

  1. ****************************************************************
  2.            MICROSOFT SQL SERVER WORKSTATION SYSTEM 7.0
  3.   MICROSOFT DISTRIBUTED TRANSACTION COORDINATOR SAMPLE PROGRAMS
  4. ****************************************************************
  5. This file describes the Microsoft Distributed Transaction 
  6. Coordinator (MS DTC) sample programs included with Microsoft(R) 
  7. SQL Server(TM) 7.0.
  8.  
  9. For additional information about SQL Server 7.0, MS DTC, and ODBC,
  10. see the "Performing Distributed Transactions" topic of SQL Server
  11. Books Online. For more information on MS DTC see the Guide to
  12. Microsoft Distributed Transaction Coordinator.
  13.  
  14. ****************************************************************
  15. MICROSOFT DISTRIBUTED TRANSACTION COORDINATOR SAMPLE APPLICATIONS
  16.  
  17. The following 32-bit C++ sample programs are located in the
  18. C:\MSSQL\SAMPLES\MSDTC directories by default:
  19.  
  20. DBLIB
  21. Sample C++ program using 32-bit Visual C++ and the DB-Library
  22. interface to communicate with both MS DTC and SQL Server. Includes 
  23. the following files:
  24.     DBLIB.MAK
  25.     DBLIB.CPP
  26.     DBLIB.MDP
  27.  
  28. ODBC
  29. Sample C++ program using 32-bit Visual C++ and the ODBC interface to 
  30. communicate with both MS DTC and SQL Server. Includes the following 
  31. files:
  32.     ODBC.MAK
  33.     ODBC.CPP
  34.     ODBC.MDP
  35.  
  36. Each project on the Intel(R) platform includes Visual C++ 4.0 
  37. workspace files (.MDP). Double-click the workspace file to load 
  38. the workspace and make file into the Developer Studio environment.
  39.  
  40. Each project also contains cross-platform native Visual C++ 4.0 make 
  41. files (.MAK). For each 32-bit project the .MAK file contains Intel, 
  42. Alpha AXP(R), MIPS(R), and PowerPC(TM) build information. When the 
  43. project is loaded into Developer Studio, pick the appropriate target, 
  44. for example "Example1 - Win32 (ALPHA) Debug", and build it.
  45.  
  46.  
  47.  
  48. To use these samples with Visual C++ 4.2, you need to ensure that 
  49. your Library and Include directory settings point to your own 
  50. directories. To do this using Developer Studio, from the Tools menu, 
  51. choose Options, then click the Directories tab. From the "Show 
  52. directories for" box, choose Include files and Library files, and 
  53. ensure that these directories (as appropriate) are included:
  54.  
  55.     Include files:            Library files:
  56.     C:\MSSQL\DBLIB\INCLUDE        C:\MSSQL\DBLIB\LIB
  57.     C:\MSSQL\MSDTC\INCLUDE        C:\MSSQL\MSDTC\LIB
  58.     C:\MSSQL\ODBC\INCLUDE        C:\MSSQL\ODS\LIB
  59.     C:\MSSQL\ODS\INCLUDE
  60.     C:\MSSQL\SQLOLE\INCLUDE
  61.  
  62. The following Transact-SQL sample scripts are located in the
  63. C:\MSSQL\SAMPLES\MSDTC directories by default:
  64.  
  65. DBLIB
  66. Sample Transact-SQL scripts that demonstrate communicating with both 
  67. MS DTC and SQL Server. Includes the following files:
  68.     CHGADDR.SQL
  69.     UPDADR.SQL
  70.  
  71.  
  72.  
  73.