A
Angus Comber
Hello
I need to frequently backup an Access database to another backup file. The
access database only contains tables. ie no forms, etc. I realise I can
simply copy the file but the file is usually open so want to use SQL to copy
all tables. There are relationships so need to copy those too. I was
wondering if there was a general SQL statement to do this?
Or would I have to write DDL code for each table then SQL statements for
each table to copy the data.
If there were generic statements it would save me the maintenance effort and
upfront work too!
Any help would be greatly appreciated.
Angus
I need to frequently backup an Access database to another backup file. The
access database only contains tables. ie no forms, etc. I realise I can
simply copy the file but the file is usually open so want to use SQL to copy
all tables. There are relationships so need to copy those too. I was
wondering if there was a general SQL statement to do this?
Or would I have to write DDL code for each table then SQL statements for
each table to copy the data.
If there were generic statements it would save me the maintenance effort and
upfront work too!
Any help would be greatly appreciated.
Angus