Invoke Stored Procedure with nullable parameters

Posts   
 
    
Zaydoune
User
Posts: 10
Joined: 05-Mar-2008
# Posted on: 20-Mar-2008 10:01:33   

Hi, I'm trying to invoke a retrieval stored procedure which parameters are nullable(of T). I have the error msg : the parameter @x is missing I'm using LLBLGen in SelfServicing and the generated code is in VB.NET

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 20-Mar-2008 10:13:45   
Zaydoune
User
Posts: 10
Joined: 05-Mar-2008
# Posted on: 20-Mar-2008 10:42:46   

thank's a lot Walaa