|
|
Converting a Recordset & XML To and From the File System |
|
|
Robert Chartier |
|
|
ASP / Database Tools |
|
|
Click to Visit |
|
|
14 |
|
At the end of this article the developers can understand the technique about how to change a ADO Recordset object into an XML document and vice versa. The author tells about these two functions converting Recordset object to an XML document which would be stored in a file system and again back to Recordset object with the help of .SAVE and .OPEN Methods. The entire source code for both the functions are given in this article.
|