|
-
Sep 19th, 2003, 07:44 AM
#1
Thread Starter
Fanatic Member
webservice
Hi,
Is it possible to have a sqlDataReader function in service1.asmx
i.e.
public function test() as sqldatareader
...
end function
It's just that I remember reading somewhere that this may not be possible.
Thanks
-
Sep 19th, 2003, 01:10 PM
#2
PowerPoster
No, I don't think that you can implement that. You can return a dataset from a web service because it is serializable. I believe that is what it takes to pass an object. A datareader isn't serializable.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|