![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.05 » View Incident Report |
| 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=0This web page was last updated on Sunday, February 22, 2026 at 11:19 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

