Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
The menu item in Visual Studio is STRICTLY for setting a connection the StrataFrame database and is used to house BO Mappings, Role-Based Security projects, DDT projects, etc. The connection for your application will be defined in the AppMain.vb or program.cs file in the SetDatabases() method. I recommend looking at the docs on this and even look at the samples as they all use the Connection String Manager and call SetConnections(). If you are going to setup the connection string yourself, then look in the docs for the DataSources collection and manually specify the connection yourself.
|