Subject function in stored procedure
Author nas
I want to know how to get
1. row count in select process
2. row affected in insert/update/delete process
3. null value
4. if error occur (primary key /foregn key)
in stored procedure, so i can send it to return parameter with my
error message

nas