Integration question

D

dave

Hello -

Ive got a backoffice application that uses VB.NET to hit an Access
database. I've also got a website on a remote webserver hosted by ISP
that uses ASP.NET to hit a separtate Access DB on the webserver.

What is the best way to get data from my webserver DB into my
backoffice system? Note, I only have FTP access to the webserver.

Thanks,
Dave
 
J

Joe Fallon

I heard one of the MVPs mention that they use a little trick when they open
an mdb using a special shortcut or program. Essentially, they make a copy of
the mdb and store it on a network share so that it is "self backing up".
If you could do something similar, you would drop the file on your ftp site
and pick it up at your leisure.
Once a day or so.

Then link to it and import the data.
 

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

Top