F
Fred Nelson
I have an app I'm working on where I would like to be able to access the
field names that are returned by a stored procedure. My stored
procedure will return about 140 fields
(select * from casemast where id=inid)
lots of data in a medical records system - I'm hoping I don't need to
create a class + parameters + etc.
I know that the field names can be displayed in a DataGrid - I don't
know how to get them otherwise - I'll use any data structure that will
let me get the names!
(I've seen lots of examples of how to read them from a datareader after
you define the fields yourself.)
Is there a data structre that supports this?
Thanks very much,
Fred
field names that are returned by a stored procedure. My stored
procedure will return about 140 fields
(select * from casemast where id=inid)
lots of data in a medical records system - I'm hoping I don't need to
create a class + parameters + etc.
I know that the field names can be displayed in a DataGrid - I don't
know how to get them otherwise - I'll use any data structure that will
let me get the names!
(I've seen lots of examples of how to read them from a datareader after
you define the fields yourself.)
Is there a data structre that supports this?
Thanks very much,
Fred