Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yeah, I think it would be the easiest way to implement security. You'll just have to make sure you add both data sources (one for the security connection string to SQL Server, and one for the Oracle connection string). I would recommend leaving the Oracle data source as the default data source (by specifying a data source key of an empty string [""]) and set the data source key for the security data source to something else, like "SecurityDataSourceKey". You'll then need to set the MicroFour.StrataFrame.Security.SecurityBasics.SecurityDataSourceKey property to "SecurityDataSourceKey" to tell SF that the security tables are not in the main database, but to use the other connection string to reach them.
|