Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Put a breakpoint in your AppMain.vb file right after the ConnectionManager.SetConnections(). When you hit that breakpoint, put MicroFour.StrataFrame.Data.DataBasics.DataSources in the watch window and see what's in it. You should be able to expand the collection and view the data sources that are in the collection. If not, you can put MicroFour.StrataFrame.Data.DataBasics.DataSources(0).DataSourceKey to see the first one, MicroFour.StrataFrame.Data.DataBasics.DataSources(1).DataSourceKey to see the second one and so forth.
|