T
Terry
All:
I am trying to automate an existing system that currently has about 138
queries and has 4 data sources.
2 of the data sources as supplied as excel files that I import into tables
withing access. Once these 2 tables are imported I end up with a DB with a
size of 162MB.
The other 2 data sources are supplied as text files that are 684MB and 711MB
respectively. These files are just linked due to their sizes.
My problem comes in when I try to access the large files to many times in a
row. Access starts returning Data Mismatch errors. I can delete the linked
file and copy in a fresh version of it and the error goes away until I again
try to access it to many times in a row. I am never updating the files, they
are used for read only purpose to build a recordset that I then use to
populate an Excel spreadsheet.
I would appreciate any suggestions that are provided. I have a feeling that
while processing the files to build the recordset I am approaching a size
limitation. In one query I process just under 600,000 records to produce 50
records. I need to process these 600,000 records in a total of 19 different
queries and the same for the second large file.
thanks
Terry
I am trying to automate an existing system that currently has about 138
queries and has 4 data sources.
2 of the data sources as supplied as excel files that I import into tables
withing access. Once these 2 tables are imported I end up with a DB with a
size of 162MB.
The other 2 data sources are supplied as text files that are 684MB and 711MB
respectively. These files are just linked due to their sizes.
My problem comes in when I try to access the large files to many times in a
row. Access starts returning Data Mismatch errors. I can delete the linked
file and copy in a fresh version of it and the error goes away until I again
try to access it to many times in a row. I am never updating the files, they
are used for read only purpose to build a recordset that I then use to
populate an Excel spreadsheet.
I would appreciate any suggestions that are provided. I have a feeling that
while processing the files to build the recordset I am approaching a size
limitation. In one query I process just under 600,000 records to produce 50
records. I need to process these 600,000 records in a total of 19 different
queries and the same for the second large file.
thanks
Terry