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 wOOdy-Soft 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 markSaunders

  1. markSaunders

    xslt advice?

    I'll try this out now - thanks very much for the input! mark Mark Saunders :-)
  2. markSaunders

    XML & XSLT -> XML problem

    I'll look at this and if possible will see to change the structure of the xml as advised in my other post. thanks very much indeed! mark Mark Saunders :-)
  3. markSaunders

    XML & XSLT -> XML problem

    Jel (or anyone :) ) What about extending this such that only the next level (in context was shown? By this I mean that say, 127 (service1) was selected, the HTML rendered would be all top level elements and the only expanded element would be service1 and its immediate children? e.g. (using...
  4. markSaunders

    xslt advice?

    Any ideas on resources that would lead me to the answer to the following: I have an xml file (which I control so can add attributes etc. as necessary) <page id="1" parent=0"> <page id="2" parent=0"> <page id="3" parent=2"> <page id="4" parent=2"> <page id="5" parent=4"> <page id="6"...
  5. markSaunders

    How to use index server

    Did anyone find good examples of using index server with .Net. Specifically I am trying to create an assembly that uses index server to perform basic and advanced searches and also search within search. Any assistance would be splendid! tia mark Mark Saunders :-)
  6. markSaunders

    varchar - uses which charset?

    nice one! Mark Saunders :-)
  7. markSaunders

    varchar - uses which charset?

    by default? Mark Saunders :-)
  8. markSaunders

    Service Pack 3

    There have been reports on the web of problems when installing SQL 2K SP3. I haven't had any problems yet but Microsoft Knowledge Base Article - 328306 covers this. They recommend installing MDAC 2.7 manually before applying the service pack. Mark Saunders :-)
  9. markSaunders

    CFMAIL not configuring?

    the error message is Failed to send the spooled mail file, C:\CFusionServer\Mail\spool\2E4.cfmail. SMTP server replied &quot;Unable to connect to mail server.&quot; Moved file to C:\CFusionServer\Mail\undelivr\2E7.cfmail and i have checked the Verify Mail Server Connection when configuring...
  10. markSaunders

    CFMAIL not configuring?

    Am running CF Server 5 on win2k sp3 I have two seemingly identical installations of cf server 5 (one development, one live) - both on the same domain. the cf application service is running as local account (on both machines) as are all other cf and IIS(5) services. i have a number of bad mail...
  11. markSaunders

    cfmail - bad mail

    fixed - simply drag the bad mail back into the spool directory :) m Mark Saunders :-)
  12. markSaunders

    cfmail - bad mail

    Hi, after realising that there were a number of .cfmail files in the badmail folder (incorrect setting of mail server) is it possible to places these files in a specific directory in order that they will be re-sent by coldfusion (and consequently the mail server)? regards mark saunders Mark...
  13. markSaunders

    lost admin password

    is there any way of resetting the admin password if one was stupid enough to have lost it? cheers m Mark Saunders :-)
  14. markSaunders

    reordering column names in table easily

    of course - the script will exist - is there a simple sp to drop all triggers associated with a table - this could be appended to the orderColumns proc - along with a drop table and, as you say, the trigger scripts :) Mark Saunders :-)
  15. markSaunders

    reordering column names in table easily

    is there an easy method to replicate the triggers etc that may be associated with these tables? Mark Saunders :-)

Part and Inventory Search

Back
Top