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!

Recent content by aa1232

  1. aa1232

    using query in XML file

    Hi Folks, Is it possible to use "select field from table where field = @par" in XML in order to populate my dropdown control. I have an xml file (below) i want to use select query to select test_name where Product_name = something. is it possible. <?xml version="1.0" standalone="yes"?>...
  2. aa1232

    how to generate XML file from table with name element

    Hi Folks, I am trying to generate an XML file with element as name in it. file is sucessfully generates from database table as shown in code below, but i dont understand how to add name element same as node name. Dim tstNmSql As String = "SELECT PRODUCT_NAME, TEST_NAME FROM REL_TEST_NAMES" Dim...

Part and Inventory Search

Back
Top