Calling retrieval stored procedure

Posts   
 
    
kafros
User
Posts: 1
Joined: 07-Jun-2005
# Posted on: 07-Jun-2005 01:51:57   

I need some help -- the LLBLGen documentation isn't helping. My project has generated code, but I need to access a stored procedure, that wasn't built into the LLBL generated code, from the project via an adapter. How do I do this?? I'm coding in C#.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 07-Jun-2005 10:04:57   

kafros wrote:

I need some help -- the LLBLGen documentation isn't helping. My project has generated code, but I need to access a stored procedure, that wasn't built into the LLBL generated code, from the project via an adapter. How do I do this?? I'm coding in C#.

Best thing is to add it to the project.

If you don't want that, you can call the procedure with the same code as how the other procedures are called in the ActionProcedures.cs file simple_smile It's a few lines of code, then call into DataAccessAdapter. So please check out hte ActionProcedures.cs file. If your proc retrieves data, check the RetrievalProcedures.cs file.

Frans Bouma | Lead developer LLBLGen Pro