WCF passing data types
Posted
by Jonathan D
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan D
Published on 2010-04-16T14:48:09Z
Indexed on
2010/04/17
21:43 UTC
Read the original article
Hit count: 329
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
© Stack Overflow or respective owner