Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.05 » View Incident Report |
Serious |
Reported By: Francisco Fernandez Reported On: 3/28/2011 For: Version 2.05 Build 4 |
Table: CREATE TABLE "TestDecimal" ( "Amount1" DECIMAL(19,2), "Amount2" DECIMAL(19,3) ) Script to reproduce: SCRIPT BEGIN DECLARE TestCursor CURSOR FOR TestStmt; DECLARE TestVar DECIMAL(19,3); PREPARE TestStmt FROM 'SELECT * FROM TestDecimal'; OPEN TestCursor; UPDATE TestCursor SET 'Amount2'=0.001; FETCH FROM TestCursor ('Amount2') INTO TestVar; UPDATE TestCursor SET 'Amount1'=TestVar; END Query to return results: SELECT * FROM testDecimal WHERE Amount1=0
This web page was last updated on Wednesday, October 30, 2024 at 11:41 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |