How to call the built in sp?

Posts   
 
    
Gabor
User
Posts: 97
Joined: 29-Jan-2005
# Posted on: 14-Sep-2005 15:22:45   

Hi,

In my application I want to call an built in stored procedures, but I can't find them in the stored procedure's list.

I can call only my custom sp's via LLBLGenPro?

Thanks

Gabor

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 14-Sep-2005 16:58:38   

Correct. Either wrap the call in your own proc, or call the proc in code, using DbUtils or Adapter code which lets you call a stored proc. (e.g.: write the code generated for a proc call by hand)

Frans Bouma | Lead developer LLBLGen Pro