Can anyone share some code on how to properly use CFStoredProc.StatusCode?
Or a tutorial on that topic?

I removed the authorization on a stored procedure. Without CFtry, CF gives
me an error with VendorErrorCode = 229 and SqlState = 42000. When I add the
CFtry, I get an unknown variable on the CFStoredProc.StatusCode inside the
CFcatch type="database". I expected that 229 and 42000.

-brian