Passing NULL value to stored procedure parameter
I get data from my SQL database using a stored procedure.
This stored procedure accept a parameter @myparam of type NVarChar, I'm trying to set the default value to NULL but the actual call to DB is always an empty string @myparam=N''
how can i get FastReport to generate @myparam=NULL instad of @myparam=N'' ?
This stored procedure accept a parameter @myparam of type NVarChar, I'm trying to set the default value to NULL but the actual call to DB is always an empty string @myparam=N''
how can i get FastReport to generate @myparam=NULL instad of @myparam=N'' ?