To run Stored procedure, generate Proud.CAdoCommand object, fill in parameters in field of Proud.CAdoCommand.Parameters and call for Proud.CAdoCommand.Execute.
When any error occurs as using ADO Wrapper API, it throws Proud.AdoException type(derived class of std.exception) of exception. Following is an example of handing an exception.