I have a access database that I can not access from my web server, seems to be a limitation of the jet engine. Anyway, I read on a board that I should just put a service on the remote server that would forward any information that I needed from the access database
to the web server. That is all done but what is the best or easiest way to transfer data to the web server? I am just learning how to use XML and qweb services. I want to return a list of key values with a name and then in the other function I want to take
a key and return a whole record. How do I do this? What is my return type? Thanks,
There are may options to do this. For accepting values to webservice, use arguments [pass them in a your WS function argument] To return from WS, you can editer return as a DS and grab them at client end as DS(DataSet) or keep the values in an obejct and return
that object to from WS and at client end accept values to the same object use them from there!! Again there are many way to do it, this could be one way as a first thought!
mccougars
Member
235 Points
47 Posts
Easy Question
Sep 09, 2003 08:49 PM|LINK
SreedharK
All-Star
18571 Points
3119 Posts
MVP
Re: Easy Question
Sep 09, 2003 10:33 PM|LINK
http://www.w3coder.org
weblog http://weblogs.asp.net/skoganti