Background: I have an application written in Delphi that uses the Borland Database Engine (BDE) that looks at its data through a BDE Alias. I've managed to get it running via Remote Desktop Services, where each user looks at the same location for the data. Which is great if everyone wants to look at the same data. However I want to be able to get two groups (or more) of users looking at different data. I'm in the process of rewriting the application so that this situation is possible, but I need a stop-gap measure.
Question:
Is there a way for two applications to be looking at the same BDE Alias, but the directory that it refers to is different for each application?
or
Is it possible to have two users logged in via RDS (Remote Desktop Services - under Server 2008 or SBS 2008/11) to get two different configurations of the BDE? (one user sees the alias DATA to be c:\users\joe\data the other to see it as c:\users\bob\data for instance).