There is the following command in my program.cs:ConnectionManager.AddRequiredDataSourceItem("", "SQL Connection",
DataSourceTypeOptions.SqlServer, "EKZ7", "This connection is used by EKZ7.");
With the Debugger I could see that a SELECT command runs to the StrataFrame database and not to my EKZ7 database.
What did I do wrong?