R
rick
Hi,
I have an Access 2k db that I will be deploying on several
workstations. Since linking to a centralized backend db
is NOT an option, and since the data only needs to be
viewed and can't be edited in any way, I bring in a new
data set each night with a simple three step process: 1) I
run a batch file to get 2 text files from an ftp site 2) I
run a delete query that deletes all of the records from
two tables 3) I then run a transfertext procedure that
appends all of the records to the two tables. Everything
works great. However, I have been reading that
transfertext causes database bloat so I was wondering if
my design here will be ok over time. I do have the
Compact on Close box checked so the db does not swell
permanently, but is deleting 40,000 records each night
going to cause any problems? Thanks for any help,
-Rick
I have an Access 2k db that I will be deploying on several
workstations. Since linking to a centralized backend db
is NOT an option, and since the data only needs to be
viewed and can't be edited in any way, I bring in a new
data set each night with a simple three step process: 1) I
run a batch file to get 2 text files from an ftp site 2) I
run a delete query that deletes all of the records from
two tables 3) I then run a transfertext procedure that
appends all of the records to the two tables. Everything
works great. However, I have been reading that
transfertext causes database bloat so I was wondering if
my design here will be ok over time. I do have the
Compact on Close box checked so the db does not swell
permanently, but is deleting 40,000 records each night
going to cause any problems? Thanks for any help,
-Rick