I have some stored procedures which merely retrieve data and are being classified as action procedures.
I've read and used this forum post. It correctly solves my problem.
http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3593
It says to go into the catalog explorer and change it so that the number of resultsets is greater than 1.
This works well.
The only problem now is that everytime I refresh my catalog it puts the stored procedures back into the action procedures. Is there some way to permanently tell LLBLGen that they are retrieval procedures.
Thanks,
Brendan