473,797 Members | 3,015 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

2 databases & synchronization ....

Hi All,

I have built 2 VB6-ACCESS XP, programs (ADODC component used). The software
works fine, updates the database and all, without any troubles. I however
now need to do something else with this. The 2 programs are identical, they
are built for 2 offices 200 miles apart, and I want the programs to
synchronize the data between the 2, automatically. The 2 computers do not
have static IP's, they however do have internet access via broadband (they
need to connect to a connecting piece of software). What I was thinking of
doing was building a piece of software to run in the background that would
detect the IP every time they connected to the net and send it to a text
file on my Linux with Apache server (not Windows, therefore no MS-SQL
updating, for anybody who was thinking in that route), the computers would
then detect the IP in the text file and synchronize.

Questions:
1. How would I build the synchronization part of the software???
2. How would I build the IP detection and uploading bit (via FTP)
software???

Any help would be appreciated.

Thanks,
Pickles.
Nov 13 '05 #1
2 1716
Pickles, regarding the IP portion of the problem, check into Dynamic DNS
(DDNS). The service is free to almost free, works extremely well. It will
make the dynamic IP addresses a non problem.

"Jonathan (Pickles) Sklan-Willis" <me@picklesgeek .net> wrote in message
news:DmHwc.223$ %a5.97@newsfe5-win...
Hi All,

I have built 2 VB6-ACCESS XP, programs (ADODC component used). The software works fine, updates the database and all, without any troubles. I however
now need to do something else with this. The 2 programs are identical, they are built for 2 offices 200 miles apart, and I want the programs to
synchronize the data between the 2, automatically. The 2 computers do not
have static IP's, they however do have internet access via broadband (they
need to connect to a connecting piece of software). What I was thinking of
doing was building a piece of software to run in the background that would
detect the IP every time they connected to the net and send it to a text
file on my Linux with Apache server (not Windows, therefore no MS-SQL
updating, for anybody who was thinking in that route), the computers would
then detect the IP in the text file and synchronize.

Questions:
1. How would I build the synchronization part of the software???
2. How would I build the IP detection and uploading bit (via FTP)
software???

Any help would be appreciated.

Thanks,
Pickles.

Nov 13 '05 #2
Randy,

Sorry it took me so long to reply. Thanks, yes that will solve that problem.

Now I need to figure out the synchronization . Anybody got any idea's?

Thanks,
Pickles.

"Randy Harris" <ra***@SpamFree .com> wrote in message
news:fM******** *************@n ewssvr28.news.p rodigy.com...
Pickles, regarding the IP portion of the problem, check into Dynamic DNS
(DDNS). The service is free to almost free, works extremely well. It will
make the dynamic IP addresses a non problem.

"Jonathan (Pickles) Sklan-Willis" <me@picklesgeek .net> wrote in message
news:DmHwc.223$ %a5.97@newsfe5-win...
Hi All,

I have built 2 VB6-ACCESS XP, programs (ADODC component used). The

software
works fine, updates the database and all, without any troubles. I however now need to do something else with this. The 2 programs are identical,

they
are built for 2 offices 200 miles apart, and I want the programs to
synchronize the data between the 2, automatically. The 2 computers do not have static IP's, they however do have internet access via broadband (they need to connect to a connecting piece of software). What I was thinking of doing was building a piece of software to run in the background that would detect the IP every time they connected to the net and send it to a text
file on my Linux with Apache server (not Windows, therefore no MS-SQL
updating, for anybody who was thinking in that route), the computers would then detect the IP in the text file and synchronize.

Questions:
1. How would I build the synchronization part of the software???
2. How would I build the IP detection and uploading bit (via FTP)
software???

Any help would be appreciated.

Thanks,
Pickles.


Nov 13 '05 #3

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

Similar topics

4
6078
by: Lobang Trader | last post by:
Hi all, I am trying to create a username and a password class. I would like to know what are the RECOMMENDED minimum and maximum length for both fields? These fields will be something like this: private static final int DEFAULT_MINIMUM_LENGTH = ??????
3
4700
by: 21novembre | last post by:
Hi all, I made a question several days before to describe my strange trouble of mysqldump. But I still can't figour it out. Well, I just want to ask another question whether I could just backup my databases by copying the data folder to some place? Then if I meet some disaster, could I just copy the backup folder back to recover my databases? Thank you. Zh.y
1
1737
by: chandrub78 | last post by:
Hello Everyone We have a third party tool which maintains its own custom database,DB1 on SQL Server 2000 on Server A (Windows 2000). We built an inhouse application which maintains a transactional database, DB2 also on Server A derived from DB1. Since the DB1 is frequently updated the synchronisation between the databases is currently maintained by using views in DB2 which pulls in all the required data from across tables in DB1. But we...
7
1779
by: Joe Wasik | last post by:
Hello, Currently I used Biomobility's DataOnTheRun for the Pocket PC. It's a little slow, but it does exactly what I need -- and it does it well. Unfortunately, now I need to have the same thing for the Palm OS and, unfortunately, DataOnTheRun is Pocket PC only. Can anyone please point me to reviews of such software? There seem to be dozens of these kinds of tools, but no where to go to research the differences.
8
1965
by: Rick | last post by:
I'm running an Access2000 front end mde linked to an Access2000 back end mdb. I need to set up replication and synchronization of only the data tables between the master db on the pc and replicas on numerous laptops. I know that it can be done using the Access replication manager (although without a simple UI in the front end mde), but the question is: If I link the FE to MSDE rather to Access, can I 1.) provide a more
8
8220
by: Z D | last post by:
Hello, I'm having a strange problem that is probably due to my lack of understanding of how threading & COM Interop works in a WinForms.NET application. Here's the situation: I have a 3rd party COM component that takes about 5 seconds to run one of its functions (Network IO bound call). Since I dont want my GUI to freeze
4
3203
by: scott | last post by:
hi all, Thx to any one that can offer me help, it will be much appreciated. iv got a multithreaded program and need to use thread synchronization. The synchronization does not have to work across multiple processes just the one. I was wondering if any one new which one used the least overhead. Im at current using mutexes but was wondering if there was something a bit
0
1116
by: shubh | last post by:
Hi I have two similar MS-SQL databases running at two different locations. How do I synchronize the data in those via a dial up internet connection? I would appreciate your help/tips on this.
1
1228
Nert
by: Nert | last post by:
Hello there, I guess i didn't made the title of my question pretty clear, so here's the detail. In our company, we have this system we called MRP (Material Requirements Planning) System, it was develop using the Visual FoxPro and Ms SQL Database, now my boss wanted me to convert it as a Web-base system using PHP and MySQL DB. We will still use the MRP System made from FoxPro for data inserting/editing, but the data will be save in Ms SQL...
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10245
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
10021
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...
1
7559
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
6802
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
5458
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...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4131
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
3
2933
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.