I am using Enterprise Services Serviced Components to handle database
transactions on a SQL Server 2000 database running on a Windows 2003
Server operating system. My web application which is calling my
serviced component is on a different server than my database. I am
using Required transacti...
more >>
I am trying to create a windows service in JScript and am confused. I have
two files, SimpleService.JS and SimpleServiceInstaller.JS as follows:
SimpleService.JS
/------------------------------------------------------------------------
import System;
import System.ServiceProcess;
import Syst...
more >>
I am currently using COM+ serviced components to handle my transactions. If
I use manual transactions my database calls are at least 4x faster (even
with object pooling enabled on the COM+ objects). Are there any good
reasons now or coming in the future other than distributed transactions to
us...
more >>