| Author: KVGaneshBabu 01 Dec 2007 | Member Level: Diamond | Rating:  Points: 2 |
You should use OUTPUT parameter
alter procedure LogProc ( @UserId varchar(500) OUTPUT, @Password varchar(500) OUTPUT ) Then you should call the other procedure
|
| Author: veeresh narasappa 01 Dec 2007 | Member Level: Bronze | Rating:  Points: 2 |
Hi Sir,
This is not working
|