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 TouchToneTommy 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: *

  • Users: ayoungan
  • Content: Threads
  • Order by date
  1. ayoungan

    Put XML in Database

    Let's say that I have an array with shipment information. 'Dim sXml As String() = New String(2)...
  2. ayoungan

    sum values if same

    I have XML documents that are returned from a Web Service, which are each put into an array. sXml(i) = "<foobar><foo1></foo1><foo2></foo2></foobar>" They all have the same elements. From my results, I need to sum <foo1> if <foo2> is the same and display in a datagrid. Any suggestions? ang

Part and Inventory Search

Back
Top