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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.