So here's the problem - I have a DataTable I want WCF (.NET 3.5) to send out in a JSON store format commonly used in ExtJS, etc - basically "Rows[{"Field1":value,"Field2":value},{...}]" but ...
I am working on a client interface that can connect to any DB by passing the desired query in an input field and the server side (coded in C and using ...