pears.CollectionsSetQuestions

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

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
}
  • database/procedures/pears_collectionssetquestions.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1