I have created an extended stored procedure which I want to call from lookup, is it possible and how
I am giving my command like this which is not working
xp_TestVal ?
if I give like constant
xp_TestVal 'abc'
this extended stored procedure is returning one value as varchar(30) and input parameter is also varchar(30)
I am giving my command like this which is not working
xp_TestVal ?
if I give like constant
xp_TestVal 'abc'
this extended stored procedure is returning one value as varchar(30) and input parameter is also varchar(30)