WCF passing data types
- by Jonathan D
writing a WCF soap server which is going to be working with a flex client.
what the best way of passing the result of a sql select statement?
with pro's and con's would be good :D
I know I can define data contracts, however defining lots of these for every sql statment is going to take a long time.
i'm doing this with SQL server 2000, VS2010 and flex sdk 3/4. apart form that there isn't really that many other requirements that couldn't be moved at present.
Thanks for the help