pears.CollectionsSetQuestions
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
Original SQL
CREATE PROCEDURE "pears"."CollectionsSetQuestions"( /* Application Maintained Function / Procedure - DO NOT EDIT*/ IN "pCollectionID" CHAR(20),IN "pQanswer" long VARCHAR ) RESULT( "pResult" CHAR(250) ) BEGIN CALL "CollectionsSetQuestion"("pcollectionid","pQanswer"); SELECT '0:~Success' END GO COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."CollectionsSetQuestions" IS {CREATE PROCEDURE CollectionsSetQuestions /* Application Maintained Function / Procedure - DO NOT EDIT*/ ( IN pCollectionID CHAR(20),pQanswer long VARCHAR ) RESULT(pResult CHAR(250) ) BEGIN CALL CollectionsSetQuestion(pcollectionid, pQanswer); SELECT '0:~Success'; END }