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]
# 1
Yes.If you want to know how then you need to look at the documentation for your database.
jschell at 2007-7-6 13:58:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
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
mykrobio at 2007-7-6 13:58:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3

> 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.

jschell at 2007-7-6 13:58:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...