Function doesn't exist anymore (iX 2.0 SP1 --> 2.10 SP1)
Posted: Mon Sep 29, 2014 2:33 am
Hi,
I have been using reader to read through database recipes..
private IDataReader reader = Globals.Recipe1.GetResultSet();
But GetResultSet is not anymore supported by newest version 2.10 SP1. It fails on when compiling..
Then I noticed that there is FillResultSet function, but there is no documentation how to use it, what namespace it belongs etc.??
Is there anybody to help how could I use same functionality within new iX 2.10 SP1?? I would appreciate for the help - thanks already!
-S-
I have been using reader to read through database recipes..
private IDataReader reader = Globals.Recipe1.GetResultSet();
But GetResultSet is not anymore supported by newest version 2.10 SP1. It fails on when compiling..
Then I noticed that there is FillResultSet function, but there is no documentation how to use it, what namespace it belongs etc.??
Is there anybody to help how could I use same functionality within new iX 2.10 SP1?? I would appreciate for the help - thanks already!
-S-