473,394 Members | 1,746 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,394 software developers and data experts.

Archiving various versions of data

72
Hi Everyone,

I have a database that currently has two types of tables: one type has all of the current data, and the other type has all of the previous, outdated data. I already have command buttons on my form that opens a previous data query, so that the user can view the outdated data if he/she needs to.

However, the database may need to grow to allow a way for users to view various versions of the data. People at my work agree that some type of archiving system needs to be implemented.

Does anyone have suggestions for the best layout for an archived database?

Thanks!
Jun 20 '07 #1
4 1361
tdw
206 100+
Hi Everyone,

I have a database that currently has two types of tables: one type has all of the current data, and the other type has all of the previous, outdated data. I already have command buttons on my form that opens a previous data query, so that the user can view the outdated data if he/she needs to.

However, the database may need to grow to allow a way for users to view various versions of the data. People at my work agree that some type of archiving system needs to be implemented.

Does anyone have suggestions for the best layout for an archived database?

Thanks!
Do you mean that data referring to a particular thing (product, work order, or whatever) will change over time, but that all previous incarnations have to be kept and accessible as well?

Or do you mean that you want old outdated things that no longer exist to be archived?
Jun 21 '07 #2
puppydogbuddy
1,923 Expert 1GB
Do you mean that data referring to a particular thing (product, work order, or whatever) will change over time, but that all previous incarnations have to be kept and accessible as well?

Or do you mean that you want old outdated things that no longer exist to be archived?

The following links contain guidelines for creating and naming the archive tables, appending data to it, and deleting data from the current version.

As an alternative way of archiving, you might consider creating "read only" copies of your existing mdb file, rather than archiving on a transaction basis as described in the links

Archiving records in an Access database
http://office.microsoft.com/en-us/ac...345681033.aspx


Example using an append query for archiving records
http://www.databasedev.co.uk/append_query.html
.
Jun 22 '07 #3
mforema
72
The following links contain guidelines for creating and naming the archive tables, appending data to it, and deleting data from the current version.

As an alternative way of archiving, you might consider creating "read only" copies of your existing mdb file, rather than archiving on a transaction basis as described in the links

Archiving records in an Access database
http://office.microsoft.com/en-us/ac...345681033.aspx


Example using an append query for archiving records
http://www.databasedev.co.uk/append_query.html
.

Thanks! I will test out these ideas.
Jun 22 '07 #4
mforema
72
Do you mean that data referring to a particular thing (product, work order, or whatever) will change over time, but that all previous incarnations have to be kept and accessible as well?

Or do you mean that you want old outdated things that no longer exist to be archived?
In this case, both situations apply. But I think the first question is the best way to view our situation.
Jun 22 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: SunSmile | last post by:
Hi, I am logging my exceptions to a word document(*.doc). After the size of word document is 5KB. I am archiving the word document to *.doc.1 Here when I am archiving the word document to...
1
by: Sally Ruggero | last post by:
I need advice on archiving data from our production database. Each night I would like to save and remove a day's data from two weeks ago, from all the tables. I know how to delete the...
4
by: Geoff | last post by:
I want to archive records from one recordset to another recordset. Not too sure of what to do in commented areas shown below. Dim Db As DAO.Database Dim Rec1 As DAO.Recordset 'Set as...
1
by: sandip | last post by:
Hi All, Can someone please help me with good and easy-to-use data archiving tools for DB2 database? Does anyone have previous experience with IBM DB2 Data Archive Expert tool? Is this a...
4
by: Paul H | last post by:
Could some one give me some pointers on basic archiving techniques? I have developed several databases but never been faced with this issue. Here is the basic scenario.. Suppose I have the...
3
bvdet
by: bvdet | last post by:
Following is an example that may provide a solution to you: """ Function makeArchive is a wrapper for the Python class zipfile.ZipFile 'fileList' is a list of file names - full path each name...
6
by: Salad | last post by:
I'm going to implement an archival database for my app. I have Table1 and Table2. Table2 is a duplicate structure of Table1. I appended records with "ID between 1 and 100", then "ID between 300...
4
by: eliane | last post by:
For some reason, DB2 is taking a long time to start archiving the logs. Pls, do you know what could be causing it? I see the following msgs on db2diag.log 2008-09-04-00.36.24.414103+000...
3
nurikoAnna
by: nurikoAnna | last post by:
how to data archiving? I need you help I have no idea how to start coding data archiving . Please help
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.