Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362671

Summary: SQL - Get from DS with prepared statement fails
Product: z_Archived Reporter: Paul Hoffman <hoffmanp>
Component: EDTAssignee: Project Inbox <edt.javagen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jvincens
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Test case.
none
library for loading database for test program none

Description Paul Hoffman CLA 2011-11-02 09:36:38 EDT
Created attachment 206326 [details]
Test case.

SQL - Get from DS with prepared statement fails.

Same statement code with #sql works.

Test case attached.   Download test case and loading library.   Both have changes.

Test report:

Get row with inline statement works
Get row with same statement prepared fails
Failure:  Exception = At least one parameter to the current statement is uninitialized.: [sqlstate:07000][sqlcode:30,000]
Get into with prepared statement also fails
Failure:  Exception = At least one parameter to the current statement is uninitialized.: [sqlstate:07000][sqlcode:30,000]
Comment 1 Paul Hoffman CLA 2011-11-02 09:37:14 EDT
Created attachment 206327 [details]
library for loading database for test program
Comment 2 Joseph Vincens CLA 2011-11-04 15:14:18 EDT
fixed
Comment 3 Paul Hoffman CLA 2011-11-08 16:01:55 EST
Verified and closed