Transport Database Query through Web Services without using Dataset

Posted by Marty Trenouth on Stack Overflow See other posts from Stack Overflow or by Marty Trenouth
Published on 2010-03-13T15:19:00Z Indexed on 2010/03/13 15:25 UTC
Read the original article Hit count: 273

Filed under:
|
|
|

Understanding that passing Datasets through web services is a bit heavy (and almost if not completely unconsumable to non .NET clients) what is the best way to prep database query results that don't map to known types for transport through web services in c#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about web-services