M
markmarko
I'm considering breaking our backend file into multiple files. The only way
I've read to do so will break any relationship between files, which would be
a chore to relink. That technique involved creating multiple be files, then
importing the appropriate tables into each from the un-split original file,
then delete the original tables from the un-split original file.
2 questions:
1) What's your opinions on the benefits of multiple-file backend vs
single-file backend? (I have at least 1 set of tables that need to be
separate for privacy concerns)
b) What technique can be used to avoid having to relink relationships? (I'm
thinking of starting with an already split database, copying it into multiple
backends, deleting the appropriate tables from each, then changing the
Table-Properties-Description for each table. Think that'll work?)
I've read to do so will break any relationship between files, which would be
a chore to relink. That technique involved creating multiple be files, then
importing the appropriate tables into each from the un-split original file,
then delete the original tables from the un-split original file.
2 questions:
1) What's your opinions on the benefits of multiple-file backend vs
single-file backend? (I have at least 1 set of tables that need to be
separate for privacy concerns)
b) What technique can be used to avoid having to relink relationships? (I'm
thinking of starting with an already split database, copying it into multiple
backends, deleting the appropriate tables from each, then changing the
Table-Properties-Description for each table. Think that'll work?)