we are using strataframe along with the ddt.
since the connection details (sql server, instance, login..) are stored within the "global" Strataframe Database, which is not available after deployment, how does the compiled application now that its suppossed to connect to sql server 192.168.1.15 for example ?
And if this information is somehow provided through the ddt, its still very likely that its different from the development enironment.
what is the recommended way of handling this ?
using DataLayer.DataSources.Add(... ? to "manually" set the connection ?
Thanks.