Dali Posted March 11, 2009 Posted March 11, 2009 We use the separation model with two files, Interface file and Data file. Basically, we have one db application over Terminal Services where every client database has these two files. Hot fixes and updates are therefore a real hassle. Any changes need to be made on every file - very tedious and potentially error prone. There is nothing we can do about the DATA file but the only difference in each of the interface files is the External Server Group Name (from Active Directory) and a File reference. You can see now the benefit of having a single interface file. Based on user login the DATA file reference would be then changed to point to the proper file. One solution would be to create the interface file on the fly with proper file reference set and then open the new file on the server (using .NET and windows messages for examples) Has anyone tried to accomplish something similar? Any ideas would be greatly appreciated. Thanks, Dali
Recommended Posts
This topic is 5868 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now