Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rain
  • Order by date
  1. rain

    Anybody out there interested in talking about MS multitier dev issues?

    hi john............<br><br>i am bascially developing an internet product...... using VB components ad the middle tier and ASP as the front end.. and SQL 7.0 as the backend with ADO..........<br><br>We are trying to move on to COM+ but the only hitch being... that using VB components i cannot...
  2. rain

    Can I Specify Max No of Objects To Be Created By MTS

    hi,<br>&nbsp;&nbsp;&nbsp;i want to know if i can somehow specify how many objects of a paticular component i want MTS to create,<br>&nbsp;&nbsp;&nbsp;I am aware of object pooling in COM+ but is it possible for me to specify it im MTS 2.0
  3. rain

    Information about DCOM

    hi<br>no you dont need to take any private coures to learn com/dcom. <br><br>since you are a C++ programmer , if u want to go to the core of the technologies INSIDE COM or INSIDE DCOM by microsoft press are good books<br><br>but if you want to make components in VB then you can pick up any book...
  4. rain

    DCOM access over internet

    hi <br>what you could do is register your component ie your server sied dll under mts and use the export option to export it to the machine using your client dll<br><br>it will export a .pak(package) file<br>among the files exported there will be an exe.<br><br>doubleclicking on the exe will...
  5. rain

    Transactions are not working with dcom

    hi<br>i am relatively new to MTS, i have made com components in vb and registered them in MTS, and exported the package to some other machine.<br><br>everything else is working fine but it is not aborting the transaction when i call setabort<br><br>the client is ASP.<br><br>

Part and Inventory Search

Back
Top