I have this data acquisition program, writing to an Access database every minute. The link between the two is through an ODBC User data source.
The database gets bigger and bigger.
I would like to copy the database to a dir named after the year and month... Ex: .../2007_march AND THEN clear the actual database to make room for the newer data.
My first problem comes from my poor very English vocabulary. (Now you know, I'm French)
I can't even seem to be able to Google the darn thing to find help in solving how to do this.
Can anybody suggest what words I should use to Google this?
What I want is:
Have the data in a database in a directory created and named after the Date value of the Data inside it.
I thought of writing a very small VB app. that could run in the background and while monitoring the time, would trigger a backup copy and after proof of creation and integrity, would erase whatever is in the "main" base. (That is why I did not post this in the Access Forum)
Thanks in advance.
The database gets bigger and bigger.
I would like to copy the database to a dir named after the year and month... Ex: .../2007_march AND THEN clear the actual database to make room for the newer data.
My first problem comes from my poor very English vocabulary. (Now you know, I'm French)
I can't even seem to be able to Google the darn thing to find help in solving how to do this.
Can anybody suggest what words I should use to Google this?
What I want is:
Have the data in a database in a directory created and named after the Date value of the Data inside it.
I thought of writing a very small VB app. that could run in the background and while monitoring the time, would trigger a backup copy and after proof of creation and integrity, would erase whatever is in the "main" base. (That is why I did not post this in the Access Forum)
Thanks in advance.
Comment