473,395 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Partially Disconnected Databases

I'm hoping to get a little advice.

I currently have a repository db that is located on a server. There
are a number of client databases that have their own interfaces (forms,
reports, queries) but use the repository db for storing data.

There is a new requirement for some users to be able to upload limited
and specific information to a laptop (or tablet), take it into a remote
(ie disconnected) environment, and update the information. On
returning to the office (and connecting to the network, either wireless
or with a network cable), the users need to be able to update the
repository db with the information they have entered in the remote
environment.

I've been instructed that Access is what the application MUST use.

So this is what I'm thinking of doing:

Each laptop would have a small db of its own. This would contain the
information the user requires in the field.

There would be 2 different Access applications on the laptop.

One would work with the data on the laptop and allow them to update the
information as required. This would not require a link to the
repository db.

The second application would use linked tables from the repository db
to "synch" the data. This would be a manually initiated process but
that's ok. This would involve queries to determine what data needed to
be updated back to the repository and what new data would be pulled
from it.

I've looked into replication but the addition of GUIDs and the
limitations imposed on the auto-number fields would make it a less than
desireable option.

Any advice?

Mar 25 '06 #1
2 1655
"campbell_canuck" <ch*******@hotmail.com> wrote in
news:11**********************@v46g2000cwv.googlegr oups.com:
I'm hoping to get a little advice.

I currently have a repository db that is located on a server. There
are a number of client databases that have their own interfaces (forms,
reports, queries) but use the repository db for storing data.

There is a new requirement for some users to be able to upload limited
and specific information to a laptop (or tablet), take it into a remote
(ie disconnected) environment, and update the information. On
returning to the office (and connecting to the network, either wireless
or with a network cable), the users need to be able to update the
repository db with the information they have entered in the remote
environment.

I've been instructed that Access is what the application MUST use.

So this is what I'm thinking of doing:

Each laptop would have a small db of its own. This would contain the
information the user requires in the field.

There would be 2 different Access applications on the laptop.

One would work with the data on the laptop and allow them to update the
information as required. This would not require a link to the
repository db.

The second application would use linked tables from the repository db
to "synch" the data. This would be a manually initiated process but
that's ok. This would involve queries to determine what data needed to
be updated back to the repository and what new data would be pulled
from it.

I've looked into replication but the addition of GUIDs and the
limitations imposed on the auto-number fields would make it a less than
desireable option.

Any advice?


If I were doing this and the small db were indeed small I would
investigate using ado recordsets and their save and load methods. There
is very little fuss or muss to this.
Problems are
a) it's better suited to flat files than to related tables;
b) it's unlikely (IMO) that anyone else would do it this way. After all,
why use a very few lines of code when two-hundred fifty will do?

--
Lyle Fairfield
Mar 25 '06 #2
Looks ok to me.

Using directly linked tables, you will be limiting yourself
to real connections.

I've always used XLS files, because they can be mailed
and edited.

My only suggestion is that you include a lot of status
information in your tables. If you are using queries to
update the master tables, include as data the date/time,
computer name, query name, version number, user name
and anything else you can capture.

(david)
"campbell_canuck" <ch*******@hotmail.com> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
I'm hoping to get a little advice.

I currently have a repository db that is located on a server. There
are a number of client databases that have their own interfaces (forms,
reports, queries) but use the repository db for storing data.

There is a new requirement for some users to be able to upload limited
and specific information to a laptop (or tablet), take it into a remote
(ie disconnected) environment, and update the information. On
returning to the office (and connecting to the network, either wireless
or with a network cable), the users need to be able to update the
repository db with the information they have entered in the remote
environment.

I've been instructed that Access is what the application MUST use.

So this is what I'm thinking of doing:

Each laptop would have a small db of its own. This would contain the
information the user requires in the field.

There would be 2 different Access applications on the laptop.

One would work with the data on the laptop and allow them to update the
information as required. This would not require a link to the
repository db.

The second application would use linked tables from the repository db
to "synch" the data. This would be a manually initiated process but
that's ok. This would involve queries to determine what data needed to
be updated back to the repository and what new data would be pulled
from it.

I've looked into replication but the addition of GUIDs and the
limitations imposed on the auto-number fields would make it a less than
desireable option.

Any advice?

Mar 27 '06 #3

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

Similar topics

6
by: RMG | last post by:
I use VS.net 2003 and VSS 6a. Whilst working on the network the integration between VS.net and VSS works perfectly. But when I open a project whilst disconnected from the network I get some...
5
by: Brian | last post by:
We are having some problems administering HADR on a new installation. Specifically, we are seeing that the connection status of the pair is "disconnected". We have restarted, restored, and even...
6
by: Steve Jorgensen | last post by:
I keep having problems in which ADO disconnected recordset work under some circumstances, but lose all their data at other times, having no rows or fields, though the recordset object still exists....
1
by: Andrew | last post by:
I'm a long time VB6/ADO and Java developer new to ADO.NET. I'm trying to decide on best practices and I'd appreciate any assistance. I have one specific question and another more general...
3
by: AC | last post by:
Running VS.NET 2003 Enterprise Arch on WinXP Pro SP1 with a P4-2.4Ghz, 760MB+ RAM, and 10+GB free disk space. Laptop is part of a domain. When working on a web project connected at the office,...
9
by: Steven Nagy | last post by:
I know that .NET is based on a disconnected architecture, but I can't conceive of why continually opening and closing a connection would be faster than leaving a connection open. So I ran a test...
3
by: Dean Richardson | last post by:
Hi, I'm having trouble uploading files via a PHP script. Whenever I upload a file greater than 10K, the file gets corrupted. However, text files upload OK. When I check the FTP Server log I...
2
by: =?Utf-8?B?ZGdjb29wZXI=?= | last post by:
When I get a list of drives using the Directory.GetLogicalDrives(), it gives me all drives including disconnected network drives. When I attempt to use Directory.GetDirectories() on a disconnected...
8
by: Rahul | last post by:
Hi, Is there a way to partially specialize only a member function of a template class (not the whole class). e.g. template <typename A, typename B> class Base { public:
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...

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.