I
info
Hi
In an Application I've 3 problems I hope some one can give me a hint.
1. I've a webservice which generates an DataReader. How do I get this
DataReader back to the PocketPC ?
2. The Webservice could generate an OleDBDataReader or an
SQLDbDataReader so I thought about giving back IDbDataReader or the
common Baseclass. But they don't support serializeable. How may I solve
this?
3. I thoughjt about creating a custom serializable object and returning
it to the client but thre no methods are know. Invoking methods via
Reflections faile with an unsupported exception.
Do I have to set any attributes to custom classes?
Hope someone can give me any hints on how to get an DataReader ( and in
second step OleDb or SQL) to the pocket PC
Many Thanks in advance!
In an Application I've 3 problems I hope some one can give me a hint.
1. I've a webservice which generates an DataReader. How do I get this
DataReader back to the PocketPC ?
2. The Webservice could generate an OleDBDataReader or an
SQLDbDataReader so I thought about giving back IDbDataReader or the
common Baseclass. But they don't support serializeable. How may I solve
this?
3. I thoughjt about creating a custom serializable object and returning
it to the client but thre no methods are know. Invoking methods via
Reflections faile with an unsupported exception.
Do I have to set any attributes to custom classes?
Hope someone can give me any hints on how to get an DataReader ( and in
second step OleDb or SQL) to the pocket PC
Many Thanks in advance!