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 IamaSherpa 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. mattdp

    Getting text data into a Stored Procedure

    Hi, I've got some XML which exists as a text variable in a temp table. I need to pass this XML into sp_xml_preparedocument so I can rebuild a table out of it. But I can't figure out the syntax. If I try doing this: declare @idoc int exec sp_xml_preparedocument @idoc output, (select...
  2. mattdp

    IIS5 500.100 error message

    Hi, My shiny new IIS5 server keeps on chucking out default 500.100 error messages whenever it encounters and ASP error, which is making it very difficult to debug my code. I really, really, really need to be able to turn this off so I can see the page executing and halting where it normally...
  3. mattdp

    Play lag on Mac but not Windows

    It's running at 10fps
  4. mattdp

    Play lag on Mac but not Windows

    Hi, I've designed and published a flash movie on a WinTel machine which is about half a meg in size, featuring lots of vector animation and a soundtrack. Running the resultant .swf off the internet, CD or hard disc of a WinTel machine achieves the expected results but trying the same thing on a...
  5. mattdp

    sound quality problems on CD

    Hi, I've got a set of director files that run fine in direoctr itself but start to screw up when written to CD and played in a variety of CD ROM drives. I've tried on two so far: the 8x CD-R drive it was created on and a standard 48x CD ROM drive. On the CD-R drive there's a fairly long glitch...
  6. mattdp

    HTML in Text Nodes

    Hi, I've been using the createTextnode method to insert text into an HTML document at the appropriate places. However, it's come to my attention that createTextnode only accepts plain text, and if you try shoving HTML onto a text node it appears in full <> and all. I really nee to be able to...

Part and Inventory Search

Back
Top