Our current C#, Winforms, SQL Server application can use multiple Databases (same schema on each DB) on a single SQL Server 2008 R2 instance so that our vertical market customers who have multiple operating companies can use our app for all of them while keeping each operating company's data separate.
I.e. Joe's Feed Industries might have a wholesale and a retail business. So they'd install our app on one server, configure and license two databases via our "server tool". Then on their workstations, they'd be presented with a dropdown box during the start-up of our application that has them choose which database they wish to work with.
Since we are considering a move to XAML, DevForce/Cocktail, we need to understand how DevForce would work in this scenario from both the server deployment and client coding perspectives.
Can you shed some light on this ?
Thank you !