Guest_imported
New member
- Jan 1, 1970
- 0
hiya
wonder if any of you guys can help me? I'm using XML with an access database over the web by creating a layer (asp server side) that decodes an XML string (using an XML adapter object) and runs a query using ADO with the result. However it also runs a select query, which then returns the data again as an XML string to the client side page that called it. The problem is that now I cannot create a XML adapter object to load the XML string into an XMLDOM because I am on the client side.
I may be being stupid! If you can help me it'd be more than appreciated
wonder if any of you guys can help me? I'm using XML with an access database over the web by creating a layer (asp server side) that decodes an XML string (using an XML adapter object) and runs a query using ADO with the result. However it also runs a select query, which then returns the data again as an XML string to the client side page that called it. The problem is that now I cannot create a XML adapter object to load the XML string into an XMLDOM because I am on the client side.
I may be being stupid! If you can help me it'd be more than appreciated