A
Agnes
I got a gobal object which has search function . I will pass 8 paramemter in
that object,
And In that search function, it will call 'stored procedure' with filling 8
parameters.
in that stored procedure, there is select case@ statment.
My question is, will the above design too BAD ??? or Should I changed the
design (not using the store procedure
with parameters, , BUT use commandtext (e.g select xx from myTable where
xxxxx) instead ??>
Thanks a lot.
that object,
And In that search function, it will call 'stored procedure' with filling 8
parameters.
in that stored procedure, there is select case@ statment.
My question is, will the above design too BAD ??? or Should I changed the
design (not using the store procedure
with parameters, , BUT use commandtext (e.g select xx from myTable where
xxxxx) instead ??>
Thanks a lot.