Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Reported for Version 2.01 » View Incident Report |
Serious |
Reported By: Juergen Sawatzki Reported On: 7/13/2008 For: Version 2.01 Build 1 |
Procedure: PROCEDURE "test" (IN "w" VARCHAR(512) COLLATE ANSI, OUT "ou" VARCHAR(512) COLLATE ANSI) BEGIN -- in w is here a dummy DECLARE v varchar DEFAULT ''; DECLARE stdCursor CURSOR FOR Stmt; PREPARE Stmt FROM 'SELECT * FROM KA_HASTD'; OPEN stdCursor; FETCH FIRST FROM stdCursor (AbObjektbezeichnung) INTO v; Close stdCursor; set ou = v; END Script: SCRIPT BEGIN DECLARE ou varchar(512); DECLARE t4 varchar DEFAULT ''; DECLARE stmt STATEMENT; call test('', ou); set t4 = ou; SET log MESSAGE TO t4; END
This web page was last updated on Monday, August 19, 2024 at 05:55 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |