Ok this is my asp code so far
<%
Response.Buffer = True
Dim objXMLHTTP, xml
' Create an xmlhttp object:
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
key = Request.QueryString("key")
' Opens the connection to the remote server.
xml.Open "GET"...
Hi below is the xml data I get from a an asp page running on a server this asp page does a db query and senf this back. OK great so I've got this but how do I make sense of this xml so that i can write it into db on my machine. I'm anly familiar with asp and ado so please go slow. Thanks
<xml...
Hey all mayby you can help me this piece off code creates
set rs = Server.CreateObject
("ADODB.Recordset")
rs.Open strsql, conn, 1, 2
this problem
Microsoft ADO/RDS (0x800A1004)
Business object cannot be created
the connections sting looks like this
xDb_Conn_Str = "Provider=MS Remote;"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.