|
-
Jan 17th, 2005, 01:29 PM
#1
Thread Starter
Fanatic Member
Connect to a database on anther server
I have my access database on a xp workstation setup as a web server using IIS. I am trying to access the mdb from another web server, but when I run my code below I keep getting :
Microsoft ADO/RDS error '800a20ff'
Internet Server Error.
Set conn=Server.CreateObject("ADODB.connection")
Set rs=Server.CreateObject("ADODB.recordset")
Conn.Open "Provider=MS Remote;" & _
"Remote Server=http://100.100.2.90;" & _
"Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\Temp\Test.mdb", _
"admin", ""
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|