transfer data to remote server

  • Thread starter Thread starter James
  • Start date Start date
J

James

is there a way i can transfer data from my local access database to a remote
web hosts server? i want to perform batch updates at night. this way when
people access the database they are not wasiting my local bandwidth. the
remote web host i have supports odbc but would that be secure to just send
insert statments thru the internet? anyone have a more secure way of doing
this?
 
You cannot run insert statements over the Internet to an Access mdb.
You need file access.
You can do it for MSDE (which is SQL Server.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top