473,659 Members | 2,488 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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.
--
pStan
Nov 19 '05 #1
1 2057
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?

"pStan" <pS***@discussi ons.microsoft.c om> wrote in message
news:92******** *************** ***********@mic rosoft.com...
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.
--
pStan


Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
37009
by: Stefan Mueller | last post by:
I've just installed phpMyAdmin. If I have the line $cfg = 'http://localhost/php/phpmyadmin'; in my config.inc.php I can login to phpMyAdmin without any problems from my local machine. But it's not working from the Internet. To access it from the Internet I have modify the line $cfg = 'http://www.myserver.com/php/phpmyadmin';
9
3657
by: Greg Gursky | last post by:
Hello: I'm doing some planning on a potential project with which I need some help. The database at the focus of this question is a MS Access database that is currently accessed by DAO from a local webserver. I need to access the same database remotely through TCP/IP. There will be potentially many transactions coming from both the web server and remotely, so the solution needs to keep the data safe in such an environment. However,...
0
1556
by: Mr. Land | last post by:
Hello. I'm having trouble creating a new Web project using VS .NET 2003 on the local default web. I've done a lot of research about this and found a lot of suggestions, but none of them seem to have worked in my case so far. I'd appreciate any help anyone can offer! Here's the problem: When attempting to create a new ASP.NET Web project on my *local*
1
1741
by: Me | last post by:
Currently I have an application that uses MS Access to store data. I have 150 users that connect to the network via VPN through out the world. We use Access data replication, which has has bugs and problems. I would like to have a "primary" database on the network and have a local copy for use when not connected to the network. I would like the users to be able to sync thier changes made remotely with the "primary"database on the network. I...
10
7688
by: Jim Devenish | last post by:
I have a split front end/back end system. However I create a number of local tables to carry out certain operations. There is a tendency for the front end to bloat so I have set 'compact on close' I think that I have read in some threads (althoug I cannot find them now) that others place such tables in a local, linked database. I could do this but I am interested to know what would be the advantages. And disadvantages, if any. Any...
0
1481
by: Denis | last post by:
Hello, does anyone know of an easy way to do a Bi-Directional Data Sync between SQL Server and an Access database. I want to make sure that both Access (on a desktop app) and SQL Server (on the internet) are always in sync, regardless of the data added/changed/deleted.
8
3837
by: mouac01 | last post by:
I'm not sure if this is possible. I would like to have a PHP app on the Internet connect and write to a local database (Intranet). For example, users would go to a web site http://www.internet.com to run the app. The app requires an internet connection and is outside of the user's network. The app would have the option to either store data locally or on the Internet. I would like to give users the option to store data locally because...
8
4124
by: morleyc | last post by:
Hi, until recently i was quite happy to add data sources from mssql database in visual studio and drag the datasets directly onto the form this creating a directly editable form which worked well. However i have recently started a project which will require synchronization to a remote database. Also the underlying database provider may change at a later date. From what i have read it seems that a layered approach is necessary, or at...
2
1267
by: m-flo | last post by:
Hi, I currently trying to develop a project that consists of 2 part: 1- central web application that is connected to MSSQL 2005 DB 2- an application that use a local MSSQL 2005 DB i want when u add new/ or change a specific entry in the application , the web application get updated. the problem is the application may not be always connected to the Internet, so i want the application to queue the changes until the Internet connection...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8751
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8630
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7360
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4176
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2759
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.