Sync Local Access Table to the Internet for ASP.Net web app using

G

Guest

Nubie Question...I'm sure this is simple, but here goes anyway. I have a
small VB.Net application that uses a local Access Database. I want that same
local data replicated to an Internet web site so that I can use an ASP.NET
page to work with the data. My DB and Application is not really big enough
to mess with SQL server...
QUESTION: What is the best way to sync my data to the web. I've tried the
built in replication in Access and encountered a few problems:
1) It makes everything huge! Yuck.
2) It wants to replicate locally, not directly to the web.
3) How do you schedule replication?

Is there some cool code I can use from within my local VB.NET app to push
the data up to the web.
 
K

Ken Cox [Microsoft MVP]

Hi Stan,

Not sure what you mean by "sync to the Web". Does the Web version get
updated and then merged back in with the offline version?

If you just need to get the data to the Web, how about writing an Access
macro to export the data as an XML dataset to the Web directory and then let
an ASP.NET application consume the dataset on the fly?
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top