database backup
hi all,i'm doing a java database application and in my case one of the tables is growing quickly, then i want to do backup of it and erase all its contents. but, with the chance to recover all this historic data. is it possible?thanks in advance.mykro
[280 byte] By [
mykrobio] at [2007-9-30 17:35:27]

but, it's possible to do it using java code? i'm thinking to do it creating a copy of the .mdb and if i want to restore old data, renaming it again with its old name. what do you think about it?mykro
> but, it's possible to do it using java code?
Yes.
> i'm
> thinking to do it creating a copy of the .mdb and if i
> want to restore old data, renaming it again with its
> old name. what do you think about it?
With access and only one user it is much easier to just copy the file.