Y
YisMan
Hi everybody,
I have need to take an entire record of a MS Access table/query and convert
it programmaticaly to XML. Now, I don't want to *export* the XML, what I want
is, to return a *string* object containing the unparsed XML as a string of
text to eventually be used in the same procedure. I might need to modify it a
bit and then dump it elswhere in the database.
If anybody has a suggestion how to go about this, I'd appreciate it.
I know I can use Acess' ExportXML method to export it to a file then read it
as plain text and then kill the file. I am hoping that there is a more
elegant solution, though.
I have need to take an entire record of a MS Access table/query and convert
it programmaticaly to XML. Now, I don't want to *export* the XML, what I want
is, to return a *string* object containing the unparsed XML as a string of
text to eventually be used in the same procedure. I might need to modify it a
bit and then dump it elswhere in the database.
If anybody has a suggestion how to go about this, I'd appreciate it.
I know I can use Acess' ExportXML method to export it to a file then read it
as plain text and then kill the file. I am hoping that there is a more
elegant solution, though.