We've encountered a little issue with paths stored in the DBC that I'm looking for some help on:
If the app is run on a local system, typically the app folder will be at least one folder deep from the root (c:\myappfolder). In the DBC stored in the app folder, the path to tables in the data folder will look like "..\data\mytable".
We have users running on Citrix. Their app folder is mapped as root. So m:\myappfolder is the top most folder. In this case the path in the DBC is "m:\data\mytable".
So we have an issue if we try to copy data from Citrix to a local drive because of the hard coded paths.
Does anyone know of a way around this, short of rebuilding the DBC when we copy the data, which is what we do now?
If the app is run on a local system, typically the app folder will be at least one folder deep from the root (c:\myappfolder). In the DBC stored in the app folder, the path to tables in the data folder will look like "..\data\mytable".
We have users running on Citrix. Their app folder is mapped as root. So m:\myappfolder is the top most folder. In this case the path in the DBC is "m:\data\mytable".
So we have an issue if we try to copy data from Citrix to a local drive because of the hard coded paths.
Does anyone know of a way around this, short of rebuilding the DBC when we copy the data, which is what we do now?