DW Support suggested to use this forum, hopefully someone can suggest an alternative to GroupCollection.Load(string sql).
DESCRIPTION:
We use GroupCollection to load data from the datebase. This code generates a deprecation Warning.
GroupCollection g = new GroupCollection();
g.Load("select * from sometable");
Then foreach item in collection we want to read or delete data.
Please adwise an alternative solution, to avoid using the Load function. If You have no adwise, then the Load function must no longer be obsolete, since our customers production environment is relying on this function.
STEPS TO REPRODUCE:
Compiler generated warning.
BUSINESS IMPACT:
We do not want to risc deprecationproblems in future release update of DW. Therefore an alternative solution must be implemented, as long as DW really is planning to deprecate the Load function ?
We might be stuck with current DW version, which might end up being crucical, since most DW-problems must be solved by updating to newer release.