Call a Stored Procedure which isn't in LLBLGen Project

Posts   
 
    
JCroain
User
Posts: 10
Joined: 08-Dec-2006
# Posted on: 08-Dec-2006 11:42:32   

Hi all,

I have a question about Stored Procedure.

Can I call a stored procedure of my DataBase without build it in LLBLGen.

I use the version v2.0.50727 of .Net and LLBLGen Pro v2.0.

Thanks in advance.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 08-Dec-2006 15:24:42   

I'm curious, why do you need to call a stored procedure without using the LLBLGen Pro generated method call?

Anyway you can use standard ADO.NET

JCroain
User
Posts: 10
Joined: 08-Dec-2006
# Posted on: 08-Dec-2006 17:22:17   

It's for an important WebSite. And I can't regenere LLBL project.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 08-Dec-2006 17:25:26   

JCroain wrote:

It's for an important WebSite. And I can't regenere LLBL project.

You can, just follow the same code as LLBLGen Pro generates into the stored procedure call classes.

It's though recommended you regenerate the project. I wonder why can't regenerate the project...

Frans Bouma | Lead developer LLBLGen Pro
JCroain
User
Posts: 10
Joined: 08-Dec-2006
# Posted on: 11-Dec-2006 13:30:35   

Thanks for your answers.