Results 1 to 4 of 4

Thread: Mts

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    Hod Hasharon, Israel
    Posts
    109

    Arrow Mts

    what's MTS (which of these 2 is correct?:"Microsoft Transaction
    Server" or "Message Tranfer System), and what does it have to do
    with VB?
    "Don't imitate, Innovate!"

  2. #2
    Frenzied Member jjortiz's Avatar
    Join Date
    Mar 2001
    Location
    NYC
    Posts
    1,768
    Microsoft Transaction Server. Basically you create In Process components in vb or c++ or your language of your choice. What MTS does it kinda make sures that things either go all the way true or not. ie:
    If RS.Update = true then
    component.SetComplete()
    else
    component.abort()
    end if

    So what did this do. The update goes thru, but if for some reason the update does not occur. A rollback is performed. That means the Transaction is a failure.
    another example. You want to pay with your credit card.
    The money is taken out of your account to send to another system. If that system fails. You would not lose your money the transaction would rollback and return your money to your account. MTS, manages transactions. It's pretty cool. MS has renamed it to COM + and they are planning to go away from it. I do not know how, but that is what they say. I assume that you know what COM is if not. It's MS component object model. Reusable code. It's worth reading about.I hope that helped some.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    Hod Hasharon, Israel
    Posts
    109
    thank you for your replay!
    (i was starting to lose hope after 30 minutes )

    first i just wanted to mention that i DO know what is COM,
    (AHHHEM, everybody )

    second, i wanted to ask if their's any refrence or ActiveX control
    I need to attach my project in order to use MTS
    "Don't imitate, Innovate!"

  4. #4
    Frenzied Member jjortiz's Avatar
    Join Date
    Mar 2001
    Location
    NYC
    Posts
    1,768
    Yeah. There is a library called Microsoft transaction server type library. If you are using 2000. Look for the COM + Library. It's backward compatible. So if you have code for MTS it will run in 2000 and vice versa. I did not mean to offend you with the COM thing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width