Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The "Database Connection..." option is used for the StrataFrame design-time database only, so you cannot change the database name. The connection string for your application is set within the SetDataSources() method of the AppMain.vb (or Program.cs) file. The StrataFrame Windows application template sets the application to use the ConnectionManager, but you can also set the connection string manually using one of the commented out lines of code at the bottom of the SetDataSources() method.
|