ADO.Net DataSet to ADO Recordset(VB)
We were just talking about doing this at work: using .Net to get recordsets, turn it into XML, and then import it into some old VB code. I figured we could probably do some kindof XSLT to make it happen.
Someone did a little search and came up with an article from Microsoft on how to do this. What a great find:
http://support.microsoft.com/default.aspx?scid=kb;en-us;316337
(previously published under Q316337)