--- herostar1981 <[EMAIL PROTECTED]> wrote:
> But I search "connect remote ms access database" from google.
> I get these results:
>http://www.google.com/search?q=connect+remote+ms+access+database%22&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
>From the url I got,
strConString = "Provider=MS Remote;" & _
"Remote Server=http://192.168.1.1;" & _
"Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=MyRemoteDB;Persist Security Info=False"
They connect to remote MS Access with http protocal,and you have to run
IIS on that Access host.
____________________________________________________________________________________
Get the World's number 1 free email service.
http://mail.yahoo.com.au
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/