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;" & _
"Remote Server=\\rlspdc;" & _
"Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=d:\inetpub\
What I'm really want to do is get info from a webserver on the internet to a an application running in our company. If anybody got any good idees please let me know.
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;" & _
"Remote Server=\\rlspdc;" & _
"Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=d:\inetpub\
What I'm really want to do is get info from a webserver on the internet to a an application running in our company. If anybody got any good idees please let me know.