A
Arvi Laanemets
Hi
I have designed a set of Access2000 applications, and split them afterwards.
So I have now p.e. :
App1.mdb and App1_be.mdb;
App2.mdb and App2_be.mdb, where App2.mdb links some tables from App1_be.mdb;
App3.mdb and App3_be.mdb, where App3.mdb links some copies of tables from
App1_be.mdb from memory stick (App3.mdb and App3_be.mdb are located in
high-secure computer without acess to LAN or internet).
We may forget about App3 at moment. App1 and App2 were designed as separate
applications, because they have different users in general, and for better
perfomance (there are some big tables in both of them).
Now after splitting App2.mdb has linked tables to App1_be.mdb and
App2_be.mdb. Whenever I send a new version to user, he has to select
manually tables from one BE in Linked Table Manager and relink them, and
then repeat this operation for tables from another BE - not very comfortable
way, and it's easy to make some mistake.
My question:
When I merge both App1_be.mdb and App2_be.mdb to a single BE, will this
cause some problems (like performance drop)? I.e. are BE files only data
containers and most of data processing is done in FE, or is data processing
done mainly in BE?
I have designed a set of Access2000 applications, and split them afterwards.
So I have now p.e. :
App1.mdb and App1_be.mdb;
App2.mdb and App2_be.mdb, where App2.mdb links some tables from App1_be.mdb;
App3.mdb and App3_be.mdb, where App3.mdb links some copies of tables from
App1_be.mdb from memory stick (App3.mdb and App3_be.mdb are located in
high-secure computer without acess to LAN or internet).
We may forget about App3 at moment. App1 and App2 were designed as separate
applications, because they have different users in general, and for better
perfomance (there are some big tables in both of them).
Now after splitting App2.mdb has linked tables to App1_be.mdb and
App2_be.mdb. Whenever I send a new version to user, he has to select
manually tables from one BE in Linked Table Manager and relink them, and
then repeat this operation for tables from another BE - not very comfortable
way, and it's easy to make some mistake.
My question:
When I merge both App1_be.mdb and App2_be.mdb to a single BE, will this
cause some problems (like performance drop)? I.e. are BE files only data
containers and most of data processing is done in FE, or is data processing
done mainly in BE?