R
RL
Morning,
We have an Access 2007 tool. End users work with static data from one of the
tables within that database. Each night, a macro runs a truncate query,
followed by an append query and a number of update queries to refresh the
data in that table.
The table has 12 fields. The append query appends 7 million-ish records into
5 of those fields. The other 7 are subsequently populated using the update
queries.
I know it's not a text book normalised database, but I tried different ways
to make the data available and this way, although slow to update overnight,
was by far the fastest performance for the end user.
However, I have started receiving the following error message when the
append query runs:
"Cannot open database ''. It may not be a database that your application
recognizes, or the file may be corrupt."
I have done some testing and the query runs fine for 5 or 100 records. As
soon as I try to run the entire query, or 5+% of it, that error message
appears.
Any ideas what could be causing this problem?
RL
We have an Access 2007 tool. End users work with static data from one of the
tables within that database. Each night, a macro runs a truncate query,
followed by an append query and a number of update queries to refresh the
data in that table.
The table has 12 fields. The append query appends 7 million-ish records into
5 of those fields. The other 7 are subsequently populated using the update
queries.
I know it's not a text book normalised database, but I tried different ways
to make the data available and this way, although slow to update overnight,
was by far the fastest performance for the end user.
However, I have started receiving the following error message when the
append query runs:
"Cannot open database ''. It may not be a database that your application
recognizes, or the file may be corrupt."
I have done some testing and the query runs fine for 5 or 100 records. As
soon as I try to run the entire query, or 5+% of it, that error message
appears.
Any ideas what could be causing this problem?
RL