P
Philip Gray
Hello all,
Probably a really simple question, but I'm trying to write some code in
VB.net using the compact framework, that will load in SQL statements from an
XML file before passing them to a query processor.
What are the best ways to do this?
I've attached the xml file to give some context. I need a way of xpathing
the relevant sql element out of the XML and returning it as a string. How
are XPath node selections done in the CF? Is it supported in the xmlreader
or xmldocument classes? Help!
Also, if anyone knows a way in which I could use some xsl to transform the
parameter values into the SQL I'd really appreciate hearing it!
Thanks in advance!
Probably a really simple question, but I'm trying to write some code in
VB.net using the compact framework, that will load in SQL statements from an
XML file before passing them to a query processor.
What are the best ways to do this?
I've attached the xml file to give some context. I need a way of xpathing
the relevant sql element out of the XML and returning it as a string. How
are XPath node selections done in the CF? Is it supported in the xmlreader
or xmldocument classes? Help!
Also, if anyone knows a way in which I could use some xsl to transform the
parameter values into the SQL I'd really appreciate hearing it!
Thanks in advance!