Ask a Question related to ASP Database, Design and Development.
-
Mike D #1
MTS
I am wanting to start using transactions in my asp pages.
How do I know if MTS is installed? Is it installed by
default with SQL 2000?
Thanks
Mike D Guest
-
Cowboy \(Gregory A. Beamer\) #2
Re: MTS
Installed by default with IIS 4.0 on NT 4.0. For Windows 2000, or later, it
is called component services and is installed with the OS (guaranteed there
when you install IIS, as traditional IIS uses MTS/COM+ in the core). Short
story: IF you are writing ASP apps, you have MTS/COM+ installed.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************** ********************
Think Outside the Box!
************************************************** ********************
"Mike D" <anonymous@discussions.microsoft.com> wrote in message
news:021301c3a888$782dc530$a401280a@phx.gbl...> I am wanting to start using transactions in my asp pages.
> How do I know if MTS is installed? Is it installed by
> default with SQL 2000?
>
> Thanks
Cowboy \(Gregory A. Beamer\) Guest
-
Mike #3
Re: MTS
Thanks for the reply
Mike
"Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in
message news:e3yTE6SqDHA.2848@TK2MSFTNGP10.phx.gbl...it> Installed by default with IIS 4.0 on NT 4.0. For Windows 2000, or later,there> is called component services and is installed with the OS (guaranteed> when you install IIS, as traditional IIS uses MTS/COM+ in the core). Short
> story: IF you are writing ASP apps, you have MTS/COM+ installed.
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> ************************************************** ********************
> Think Outside the Box!
> ************************************************** ********************
> "Mike D" <anonymous@discussions.microsoft.com> wrote in message
> news:021301c3a888$782dc530$a401280a@phx.gbl...>> > I am wanting to start using transactions in my asp pages.
> > How do I know if MTS is installed? Is it installed by
> > default with SQL 2000?
> >
> > Thanks
>
Mike Guest



Reply With Quote

