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 SkipVought 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: *

  1. AlexPeake

    My MTS object won't persist

    One solution is to user frames (I know people hate these but is a solution)<br><br>Put the Please wait etc in one frame whcih stays connected. Let them carry on in another frame.
  2. AlexPeake

    query against attribute ID

    xmlRoot.selectSingleNode(&quot;obj[@id='valve']&quot;)<br>or<br>xmlDoc.documentElement.selectSingleNode(&quot;obj[@id='valve']&quot;)<br><br><br>
  3. AlexPeake

    namespaces -- need some help

    The current xsl namespace is:<br>&lt;xsl:stylesheet xmlns:xsl=&quot;<A HREF="http://www.w3.org/XSL/Transform/1.0&quot" TARGET="_new">http://www.w3.org/XSL/Transform/1.0&quot</A>;&gt;<br><br>but if you are using Microsoft's parser you would need to use:<br>&lt;xsl:stylesheet xmlns:xsl=&quot;<A...
  4. AlexPeake

    VB6 & MTS - Context Object Errors

    Often the problem is using:<br> oMyObject = something<br> instead of:<br> Set oMyObject = something<br> <br> Alex
  5. AlexPeake

    MTS and a database not supported by DTC

    I am using MTS and moving data from SQLServer to Centura SQLBase (which does not support Distributed Transaction Coordinator). <br> <br> Does anyone have experience in managing the complete transaction?

Part and Inventory Search

Back
Top