Hi there,
how to pass null parameter into a sql2000 Stored Procedure
in procedure i have cond @par is not null do... it does not work but if change to @par <>''it works
my problem is i am passing parameter from dreamweaverMX i need to pass null otherway DMX does not like <>''in stored proc
thank you
nat
how to pass null parameter into a sql2000 Stored Procedure
in procedure i have cond @par is not null do... it does not work but if change to @par <>''it works
my problem is i am passing parameter from dreamweaverMX i need to pass null otherway DMX does not like <>''in stored proc
thank you
nat