1
Answer

Posting to a Remote Access Database

eyespike1

eyespike1

20y
1.6k
1
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)