I vant to receive group name by automaticalyy generated function
FindByID_GROUP in VS C#. I know, that mentioned function returns string type
value. What is wrong with this line? Why this exception occures, altrought I
know that argument id_gropu is properly, and I am sure that the value in
column GROUP_NAME for this ID exists ???

Re: string name = dataSet.GROUP.FindByID_GROUP(id_group).GROUP_NAME invokes NullReferenceException by Łukasz

£ukasz
Fri Jan 28 07:12:34 CST 2005

Upps! sorry - it was really silly question ...


U¿ytkownik "£ukasz Margielewski" <lukasz@karaoke-kgb.pl> napisa³ w
wiadomo?ci news:ct84qg$7do$1@atlantis.news.tpi.pl...
>I vant to receive group name by automaticalyy generated function
>FindByID_GROUP in VS C#. I know, that mentioned function returns string
>type value. What is wrong with this line? Why this exception occures,
>altrought I know that argument id_gropu is properly, and I am sure that the
>value in column GROUP_NAME for this ID exists ???
>