ReedBarker
01-12-2004, 02:20 PM
OK this is the deal.
I have a sql database
I have data in raw text (pipe delimited)
I need an automated way to ge the text appended to the current SQL database or into an access database to be appended later.
2nd problem.
these text documents are created daily eachin a new folder corrisponding to the date
folder drill down like this year/month/day/*.txt
How do i get it to check to see if the file has appeared, append it to the database if it has and then move to the next day and stay ther up until it sees the files and appends them?
I have a sql database
I have data in raw text (pipe delimited)
I need an automated way to ge the text appended to the current SQL database or into an access database to be appended later.
2nd problem.
these text documents are created daily eachin a new folder corrisponding to the date
folder drill down like this year/month/day/*.txt
How do i get it to check to see if the file has appeared, append it to the database if it has and then move to the next day and stay ther up until it sees the files and appends them?