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"?>...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.