Hi im trying to access a database remotely
(well its on my pc using IIS)
but i require it to be remotely accessed later
anyways i keep getting this error![]()
heres the error code
![]()
here's my connection code
VB Code:
MyConn.ConnectionString = "Provider=MS Remote;Remote Server=http://127.0.0.1/;" _ & "Remote Provider=Microsoft.Jet.OLEDB.4.0;" _ & "Data Source=c:\inetpub\wwwroot\data.mdb;" MyConn.Open
TO sort this out change the registry entry on the server to allow connections by databases
read this to fix it
http://support.microsoft.com/default...NoWebContent=1





Reply With Quote