A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Export / Import data to update main database or utilise alternativ



 
 
Thread Tools Display Modes
  #1  
Old June 20th, 2009, 09:24 AM posted to microsoft.public.access.tablesdbdesign
IKMD66
external usenet poster
 
Posts: 19
Default Export / Import data to update main database or utilise alternativ

Hi,
At the moment we have a standalone, split database, deployed via the Access
Developer Extension.

The issue:
We are just about to launch into an expansion programme which will bring the
introduction of a number of new franchised companies and we want to deploy
the database as part of the franchise. The parent company will own all the
data and therefore we want to make sure that they we have access to the
database or get regular updates from the franchisee.

The data volumes are not huge.
The franchisee’s will not be networked to the parent company (or each other).

I’m looking for recommendations here regarding the set up of the DB.
My initial thoughts were just to export the data from each franchisee on a
weekly basis. Email this to the parent company and then import to the master
database.

My only concern would be how to make the data secure during the email
process – preferably automating the encryption / password control on export
from the franchisee and then the same on the import i.e. automating the
decryption / password.

If the email option is not viable / recommended can you propose
alternatives….We need to keep costs realistic but at the same time provide a
solution that is viable and secure.

Your input is appreciated.

Thanks in advance.

Kirk

  #2  
Old June 20th, 2009, 01:21 PM posted to microsoft.public.access.tablesdbdesign
Ken Snell [MVP]
external usenet poster
 
Posts: 279
Default Export / Import data to update main database or utilise alternativ

Consider FTP as the transport medium. You can write VBA code that will do
the FTP process to secure server, using third-party FTP objects.

--

Ken Snell
MS ACCESS MVP
http://www.accessmvp.com/KDSnell/


"IKMD66" wrote in message
...
Hi,
At the moment we have a standalone, split database, deployed via the
Access
Developer Extension.

The issue:
We are just about to launch into an expansion programme which will bring
the
introduction of a number of new franchised companies and we want to deploy
the database as part of the franchise. The parent company will own all the
data and therefore we want to make sure that they we have access to the
database or get regular updates from the franchisee.

The data volumes are not huge.
The franchisee's will not be networked to the parent company (or each
other).

I'm looking for recommendations here regarding the set up of the DB.
My initial thoughts were just to export the data from each franchisee on a
weekly basis. Email this to the parent company and then import to the
master
database.

My only concern would be how to make the data secure during the email
process - preferably automating the encryption / password control on
export
from the franchisee and then the same on the import i.e. automating the
decryption / password.

If the email option is not viable / recommended can you propose
alternatives..We need to keep costs realistic but at the same time provide
a
solution that is viable and secure.

Your input is appreciated.

Thanks in advance.

Kirk



  #3  
Old June 20th, 2009, 09:28 PM posted to microsoft.public.access.tablesdbdesign
IKMD66
external usenet poster
 
Posts: 19
Default Export / Import data to update main database or utilise altern

Ken,

Thanks for the response. If FTP is the way to go do you have any sample
code, or can you point me in the right direction....ideally I want to
automate the export on close of the franchisee DB, checking that the compute
has connection to the internet. On the import I would prefer to poll for
files, however it could be done explicitly by the user.

Again any further information / assistance is appreciated.

Regards,
Kirk

"Ken Snell [MVP]" wrote:

Consider FTP as the transport medium. You can write VBA code that will do
the FTP process to secure server, using third-party FTP objects.

--

Ken Snell
MS ACCESS MVP
http://www.accessmvp.com/KDSnell/


"IKMD66" wrote in message
...
Hi,
At the moment we have a standalone, split database, deployed via the
Access
Developer Extension.

The issue:
We are just about to launch into an expansion programme which will bring
the
introduction of a number of new franchised companies and we want to deploy
the database as part of the franchise. The parent company will own all the
data and therefore we want to make sure that they we have access to the
database or get regular updates from the franchisee.

The data volumes are not huge.
The franchisee's will not be networked to the parent company (or each
other).

I'm looking for recommendations here regarding the set up of the DB.
My initial thoughts were just to export the data from each franchisee on a
weekly basis. Email this to the parent company and then import to the
master
database.

My only concern would be how to make the data secure during the email
process - preferably automating the encryption / password control on
export
from the franchisee and then the same on the import i.e. automating the
decryption / password.

If the email option is not viable / recommended can you propose
alternatives..We need to keep costs realistic but at the same time provide
a
solution that is viable and secure.

Your input is appreciated.

Thanks in advance.

Kirk




  #4  
Old June 20th, 2009, 11:48 PM posted to microsoft.public.access.tablesdbdesign
Ken Snell [MVP]
external usenet poster
 
Posts: 279
Default Export / Import data to update main database or utilise altern

I have used this third-party control -- there is sample code at that site,
too:
http://www.chilkatsoft.com/ChilkatFtp.asp

--

Ken Snell
MS ACCESS MVP
http://www.accessmvp.com/KDSnell/


"IKMD66" wrote in message
...
Ken,

Thanks for the response. If FTP is the way to go do you have any sample
code, or can you point me in the right direction....ideally I want to
automate the export on close of the franchisee DB, checking that the
compute
has connection to the internet. On the import I would prefer to poll for
files, however it could be done explicitly by the user.

Again any further information / assistance is appreciated.

Regards,
Kirk

"Ken Snell [MVP]" wrote:

Consider FTP as the transport medium. You can write VBA code that will do
the FTP process to secure server, using third-party FTP objects.

--

Ken Snell
MS ACCESS MVP
http://www.accessmvp.com/KDSnell/


"IKMD66" wrote in message
...
Hi,
At the moment we have a standalone, split database, deployed via the
Access
Developer Extension.

The issue:
We are just about to launch into an expansion programme which will
bring
the
introduction of a number of new franchised companies and we want to
deploy
the database as part of the franchise. The parent company will own all
the
data and therefore we want to make sure that they we have access to the
database or get regular updates from the franchisee.

The data volumes are not huge.
The franchisee's will not be networked to the parent company (or each
other).

I'm looking for recommendations here regarding the set up of the DB.
My initial thoughts were just to export the data from each franchisee
on a
weekly basis. Email this to the parent company and then import to the
master
database.

My only concern would be how to make the data secure during the email
process - preferably automating the encryption / password control on
export
from the franchisee and then the same on the import i.e. automating the
decryption / password.

If the email option is not viable / recommended can you propose
alternatives..We need to keep costs realistic but at the same time
provide
a
solution that is viable and secure.

Your input is appreciated.

Thanks in advance.

Kirk






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:20 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.