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 Rhinorhino 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 chrisulliott

  1. chrisulliott

    Which technology to use?

    Is there a non-microsoft way of doing this? The DOM is simply too slow. I have about a hundred users using this file by going through an ODBC driver that we have written. Thanks, Chris
  2. chrisulliott

    Which technology to use?

    Hi, Im using C++ 6. Not .NET... but I do not want to load the entire file and step through the nodes one by one. I want to open the file only from a specific node - Just like adding a where clause to a SQL statement. Thanks, Chris
  3. chrisulliott

    Which technology to use?

    Hi All, I am writing an application to take an enterprise database and place some tables within an XML file. The file will be approximatley 110Meg. What is the best way to read nodes within the file? Which technologies are best? I do NOT want to load the whole XML into memory. I want to load...

Part and Inventory Search

Back
Top