Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Reported for Version 2.01 » View Incident Report |
Serious |
Reported By: Graeme Cox Reported On: 9/25/2008 For: Version 2.01 Build 5 |
SCRIPT BEGIN /************************************************************ * Tables ************************************************************/ EXECUTE IMMEDIATE 'CREATE TABLE "MyTable" ( "Column1" INTEGER ) VERSION 1 UNENCRYPTED INDEX PAGE SIZE 4096 BLOB BLOCK SIZE 512 MAX ROW BUFFER SIZE 32768 MAX INDEX BUFFER SIZE 65536 MAX BLOB BUFFER SIZE 32768'; /************************************************************ * Views ************************************************************/ /************************************************************ * Functions ************************************************************/ EXECUTE IMMEDIATE 'CREATE FUNCTION "MainFunction" (IN "aNumber" INTEGER) RETURNS INTEGER BEGIN DECLARE retindex INT DEFAULT 0; set retindex = CallAnotherFunction(12345); return retindex; END '; EXECUTE IMMEDIATE 'CREATE FUNCTION "CallAnotherFunction" (IN "aNumber" INTEGER) RETURNS INTEGER BEGIN RETURN 54321; END '; /************************************************************ * Procedures ************************************************************/ END
This web page was last updated on Tuesday, October 8, 2024 at 06:36 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |