If you want to use Distributed Transactions with the MS DTC
then you will need to install the DTC Proxy service once on the
computer with the SQL Server. The file is the same for all licenses.

The DTCDataSource works with SQL Server 7.0 or higher, only.

Version of the Proxy
---------------------
1.0.1.0

Changes in Version 1.0.1.0
---------------------------
- The wrong error message "Cookie from MSDTC is null" produce
  a more helpful message.


Installation 
-------------
- Copy the file DTCProxy.exe to a directory on the computer with
  the SQL Server. This can be the WinNT directory, the SQL Server
  directory or any other directory.
- Type on the command prompt "DTCProxy -i"


Uninstallation
---------------
- Type on the command prompt "DTCProxy -u"
- Delete the file DTCProxy.exe


Update to a new version
------------------------
- Stop the NT Service "Distributed Transaction Coordinator Proxy"
- Replace the file DTCProxy.exe
- Start the NT Service "Distributed Transaction Coordinator Proxy"


Firewall
---------
The DTC Proxy shares port 1434 with the MS SQL Server
name resolution service. If you want to use  the DTCDataSource
then you need to open the TCP port 1434 in your firewall.


Copyright and Support
----------------------
	 2002 by i-net software
	More info and updates are located at
	http://www.inetsoftware.de
