Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Data/Row/RecordSets and Web Services interop

In his WebServices DevCon keynote, Sam Ruby asked us to Just say NO! to ADO!, meaning that the ADO Recordset the ADO.NET DataSet, that are usually passed as parameters in WebServices, do not interop.

In the speakers panel, after a question asking if sometime we could expect a way to interop with that kind of structure (like the ADO stuff or Java's Rowset), Don Box suggested that this could be done right now, and told Sam that he will tell him how to achieve it.

This post is my humble contribution to make them not to forget about it ;)

No Comments