matt beamish
Registered User.
- Local time
- Today, 22:18
- Joined
- Sep 21, 2000
- Messages
- 215
Hi folks.
I have three backends with multiple front ends which have all been playing nicely with each other for well over 10 years now and regularly have 40 users over a network. Relationships are set in each back end and the structure has been fine.
However a change in a table structure and addition of a new PK indexed field means that I need to set a relationship and maintain Ref Integrity across backends, except that can't be done, so I need another solution.
One method would be to consolidate the backends into one, but that seems quite a hefty hammer for this particular nut.
Can anyone give me any help on how to navigate through this? Perhaps I need to check data with a beforeupdate event but I need help knowing what the queries behind this are going to look like.
thanks in advance
Matt
I have three backends with multiple front ends which have all been playing nicely with each other for well over 10 years now and regularly have 40 users over a network. Relationships are set in each back end and the structure has been fine.
However a change in a table structure and addition of a new PK indexed field means that I need to set a relationship and maintain Ref Integrity across backends, except that can't be done, so I need another solution.
One method would be to consolidate the backends into one, but that seems quite a hefty hammer for this particular nut.
Can anyone give me any help on how to navigate through this? Perhaps I need to check data with a beforeupdate event but I need help knowing what the queries behind this are going to look like.
thanks in advance
Matt