Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft ADO/RDS (0x800A1004) Business object cannot be created.

Status
Not open for further replies.

brakkie2

Programmer
Jul 19, 2004
6
ZA
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top