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
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)