Out Parameters in Stored Procedures
- by mkus
Hi,
Let's think that a stored procedure takes an out parameter. When this stored procedure is called with this out parameter is already initialized to something, does this situation cause an exception? thanks.