Re: Can a procedure contain only a SELECT statement?
From: <phil_herring_at_yahoo.com.au>
Date: Thu, 25 Mar 2010 16:54:07 -0700 (PDT)
Message-ID: <f7f782cf-52db-4a34-9661-a9f0d52404f7_at_n20g2000prh.googlegroups.com>
I'm not a SQL Server user, but some Googling turned up this page that discusses a generic handler for SQL Server result sets:
Date: Thu, 25 Mar 2010 16:54:07 -0700 (PDT)
Message-ID: <f7f782cf-52db-4a34-9661-a9f0d52404f7_at_n20g2000prh.googlegroups.com>
I'm not a SQL Server user, but some Googling turned up this page that discusses a generic handler for SQL Server result sets:
http://stackoverflow.com/questions/1807899/c-function-to-return-generic-objects-entities
Clearly, there are some library calls involved, but it looks possible, at least with C#.
- Phil
