Hi Guys,
I have been working on this for the past few hours but cant seem to get it right..
I have a web service..and i plan to use the dynamic array for array declaration
I have a struct like below
And below is my code to loop through data reader.
I have been working on this for the past few hours but cant seem to get it right..
I have a web service..and i plan to use the dynamic array for array declaration
I have a struct like below
Code:
public struct CAnalysisField
{
public double id;
public string name;
public string fullname;
public string description;
}
And below is my code to loop through data reader.
Code:
public RuleDbDataTypes.CAnalysisField[] processAnalysesNames()
{
RuleDbDataTypes.CAnalysisField[] AnalysisNames=null;int i=0;
OracleConnection con = databaseLogon(