473,405 Members | 2,171 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,405 software developers and data experts.

Populating Access from foreign system

Hi, I hope (expect!) this is straightforward - at this stage I need to
know the feasibility of this.

The scenario: a webserver running a database. A subset of the data (say
3 tables) needs to be loaded into an access database on a private serve
someplace else (private LAN).

My initial thoughts are:
- generate from webserver database .csv formatted files (incrementals)
- automatically ftp these to remote machine
- run some kind of import into access

Now in this scenario, we have complete control of the structure of the
access database so that shouldn't be an issue (i.e. we don't have to
conform to any proprietary design).

The idea is that all this should run unattended.

What is the best approach - setup the access database so that the
'tables' are mapped directly to .csv files?

Looking for a solution that would work access 2000 upwards.

Really appreciate any tips!

cheers

--

jeremy
Nov 12 '05 #1
1 1560
Hi,

My suggestion is this:

If you have control over what scripts runs on the the web server, you should
write one, which, receive a autentication data (like username and password),
and returns data to the browser.

It can be either formatted as a HTML table, or as a raw text file, like CVS.

Then in your Access application, you can use on a form either with Web
Browser ActiveX control, or with Microsoft Internet Transfer control. Both
of them allow you to open a connection to a URL resource to retrieve it.
This resource point to the page who contains the server side script which
returns data you need.

This way you can retrieve data from the web server to your local PC, save it
to a file then import it into Access database, all unattended (you can run
your form hidden and schedule your processing with a timer on that form).

Even further, you can make start your access application with task
scheduler, and after it finish the importing job, exit, so you don't even
need to have Access running all the time.

If you have any further questions, you can contact me.

HTH,
Bogdan
__________________________
Independent consultant


"Jeremy" <ne**********@hazelweb.co.uk> wrote in message
news:MP************************@news.individual.ne t...
Hi, I hope (expect!) this is straightforward - at this stage I need to
know the feasibility of this.

The scenario: a webserver running a database. A subset of the data (say
3 tables) needs to be loaded into an access database on a private serve
someplace else (private LAN).

My initial thoughts are:
- generate from webserver database .csv formatted files (incrementals)
- automatically ftp these to remote machine
- run some kind of import into access

Now in this scenario, we have complete control of the structure of the
access database so that shouldn't be an issue (i.e. we don't have to
conform to any proprietary design).

The idea is that all this should run unattended.

What is the best approach - setup the access database so that the
'tables' are mapped directly to .csv files?

Looking for a solution that would work access 2000 upwards.

Really appreciate any tips!

cheers

--

jeremy

Nov 12 '05 #2

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

Similar topics

10
by: Bodza Bodza | last post by:
I'm having an argument with an incumbent self-taught programmer that it is OK to use null foreign keys in database design. My take is the whole point of a foreign key is that it's not supposed...
4
by: Lefteris | last post by:
Hi, I am trying to write a simple application in javascript that automatically fills the fields of a form in a page at another domain. I display the foreign domain page on a frame and have the...
5
by: Steve Strik | last post by:
My Problem: I have created a database here at work that is exhibiting some very strange behaviour. Essentially the database is structured in a manner where one table is a master record table...
1
by: Patrick.O.Ige | last post by:
Doing the simple DropDown List binding using the method NextResult() But its just not populating .. what am i missing Its populating the 3 DropDwonList but no Data? Private Sub...
5
by: | last post by:
Trying to learn about manipulating collections of objects, and populating these objects dynamically from datasources. Could someone post a code sample that shows the following: Instantiating a...
4
by: alexandre.brisebois | last post by:
Hi, I am using access 2003, I would like to know if there is an option to reorganize the tables in a maner that is readable, as we can do in sql sever 2000 or 2005. I have been given a database...
4
by: Don Do | last post by:
Help I built a form/subform/subsubform setup using the access forms wizard. I have a table1 = parent, table2 = child, table3 = (grandchild?). There will be multiple records in table2 that tie...
1
by: lindsay99 | last post by:
Hello, I am creating a database for everyday use for my company. What I am struggling with is the following: I have two tables. TABLE A: An AutoNumber is being used for the primary key. I...
1
by: ITHELP85 | last post by:
using SQL Server 2005 I have a table SALES_ITEM, users should be able to input the Primary Keys (ItemNumberSK and InvoiceNumber), and Qty. I want the ItemName and UnitPrice fields to update...
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?
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
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,...
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
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...
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...
0
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,...
0
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...

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.