Ask a Question related to Coldfusion Database Access, Design and Development.
-
trojnfn #1
Access Db Table questions
I received a master employee file that contains 10,000 records. I filtered it
records I need and that is about 2,000 records only. I then inserted that data
into a table and added some new columns and put in data. I run my applications
against this new table. However, the master employee file changes periodically
and for my application to be current, I need to retrieve the file monthly and
filter it out again. What I need to know how to do is how do I compare the new
file with the existing file and check for additons, deletions, and changes, and
update my file accordingly, without touching the new columns that I created.
For example, if the new filetered file contains five new records, I need to add
those to my existing table. If five records in my existing table no longer
existis in the new filetered file, I need to delete those from my table, and if
there any chagnes, ie address, names, etc, I need to update my table with those
changes. How can I do all of this ? Additionally, would it be possible to
produce a report showing me which records were added, deleted, and changed ?
trojnfn Guest
-
Connecting to a Linked Table in Access
I am using Dreamweaver MX 2004. I am trying to connect, via Dreamweaver, to a linked file in Access. The linked file is connected to a text file... -
ASP / Access: use of same table twice in one query
Hi, In a query I use the same table twice: Select u.*, ud.*, dep.*, u2.* from users as u, departments as dep, user_in_departments as ud, users... -
access questions for IDE
have VS2002 installed on WIN XP pro machine that connects to the internet. But my IIS is on a Win 2Kpro system networked via crossover. When I try... -
Access table names
That depends on exactly what you are doing. But basically 'work' is a keyword, which is why the problem occurs. If you reference it as it... -
CREATE TABLE IN ACCESS
Hi all, Quick question, how do you create a table in MS Access from with an asp script? I will be creating the table name from ... -
Dan Bracuk #2
Re: Access Db Table questions
One way is to put each new master file into a working table and do your
comparisons between the real table and the working table.
A better method is to get rid of the file and use your database instead.
Dan Bracuk Guest



Reply With Quote

