J
Jim via DotNetMonster.com
Hi,
How can I assign the result of a function to a variable. I need to get the
result so that I can query the database again.
What I'm trying is:
LessonID=GetPage(IntCourseNumber,IntLessonNumber,IntPageNumber)
I get the error:
Value of type 'System.Data.IDataReader' cannot be converted to 'Integer'
Thanks
How can I assign the result of a function to a variable. I need to get the
result so that I can query the database again.
What I'm trying is:
LessonID=GetPage(IntCourseNumber,IntLessonNumber,IntPageNumber)
I get the error:
Value of type 'System.Data.IDataReader' cannot be converted to 'Integer'
Thanks