B
Brian K. Sheperd
I am getting a pipe delimited text file several times throughout the day
that is generated from Unix. Presently, I linked the text file to a table,
which works well since the text file is being updated periodically.
However, the queries that I am running in Excel are slow. I tried to import
the data to a table and created a PK on the productnumber. The excel
results were great; however, I am left with a predicament with the updated
text file.
In SQL, I could create a DTS package that drops the table, and performs a
bulk update at specified times, but can this be done with access? So far, I
can only think of creating a VB application to perform this and use the
windows task scheduler to run the program at specified times. Is there
another way?
After writing this, I guess that I could use SQL to use the source text file
and send it to an access database destination with DTS. I was trying to
keep this somewhat stand-alone. Any ideas?
Thanks,
Brian
that is generated from Unix. Presently, I linked the text file to a table,
which works well since the text file is being updated periodically.
However, the queries that I am running in Excel are slow. I tried to import
the data to a table and created a PK on the productnumber. The excel
results were great; however, I am left with a predicament with the updated
text file.
In SQL, I could create a DTS package that drops the table, and performs a
bulk update at specified times, but can this be done with access? So far, I
can only think of creating a VB application to perform this and use the
windows task scheduler to run the program at specified times. Is there
another way?
After writing this, I guess that I could use SQL to use the source text file
and send it to an access database destination with DTS. I was trying to
keep this somewhat stand-alone. Any ideas?
Thanks,
Brian