Posting to a Remote Access Database

Apr 4 2004 10:43 AM
I would like to post data into an Access DB from a form that is in an Email message... Is it possible to do this? If so what would the connection string be? I use connection strings like this for most of connections that are done locally on the server itself... connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data source=C:\inetpub\wwwroot\store.mdb;" so for a remote post into the db would this work? connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=http://www.SomeDomainName.com/images/store.mdb;" Any help would be greatly appreciated. Thanks seth

Answers (1)