Jump to content
Server Maintenance This Week. ×

Simulating Dynamic File References


This topic is 5533 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

This topic is 5533 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.