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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by eurichunt

  1. eurichunt

    Best server setup for performance SQL/IIS data/logs

    Hi guys, thanks for replying. I've been checking task manager and have now set up perfmon and had a look at what might be happening. It seems there are a lot of locks on the database when it's hitting 100%, I can't find anything else that seems to corelate to what's happening. SQL is taking...
  2. eurichunt

    Best server setup for performance SQL/IIS data/logs

    I was hoping you could give me a bit of advice about our server situation as the processor keeps hitting 100% when we get busy! If it’s cool, I’ll give you as much detail as I can with our setup, I could do with some advice on whether we can improve how the IIS and SQL is setup, or whether...
  3. eurichunt

    XML Paging

    OK it's just not having it on our server. Is there any chance that I've got something up with the server if your code is bang on?
  4. eurichunt

    XML Paging

    Grr, I dunno what I'm doing wrong here. I've just pasted your code into two pages: test.asp style.xsl I'm still getting the same error here: http://www.festivalwise.com/xml/test.asp Do you have it running locally or on the net? thanx!
  5. eurichunt

    XML Paging

    Yeah I have.
  6. eurichunt

    XML Paging

    I get: The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document.
  7. eurichunt

    XML Paging

    Thanks for that I now have 20 records, I'm now trying to figure out how to page through them using the pos paramater. I need to know how I can count the total number of pages too.
  8. eurichunt

    XML Paging

    Hmm, just a blank page now. What if I do save the xml as a file on my server will that make a difference?
  9. eurichunt

    XML Paging

    Thanks for that Jon, although I'm now getting: Type mismatch: 'loadXML' Also is there an angled bracket missing from this line or one too many? <xsl:for-each select="eventList/event[position() &gt; $pos and position() &lt; $pos + $pageCount">
  10. eurichunt

    XML Paging

    Thanks for the reply, I need to know how to page with xsl, I can't find a decent example anywhere.
  11. eurichunt

    XML Paging

    Hi, I'm pretty new to using xml with asp, although I understand the basics. I need to connect to a feed that holds data on concert tickets that are on sale and use it on our own site. I can pull all of the xml and format it OK with xsl but because there is so much data the page takes a while...

Part and Inventory Search

Back
Top