how to excute 2 SQLXML statements
-
i am fetching some data from SQL based on JOINs [from 2 tables] and then utilizing that XML file and transforming through XSLT and now i need another JOIN and then to compare some fields returned from 1st Query to 2nd Query and then need to display that data through XSLT. how can i achieve.
.NET
-
i am fetching some data from SQL based on JOINs [from 2 tables] and then utilizing that XML file and transforming through XSLT and now i need another JOIN and then to compare some fields returned from 1st Query to 2nd Query and then need to display that data through XSLT. how can i achieve.
.NET
Maybe this can help: Multiple Source Documents[^]
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook