Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 366893 - Limited String Support
Summary: Limited String Support
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Yun Feng Ma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-15 16:55 EST by Brian Svihovec CLA
Modified: 2017-02-23 14:16 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Svihovec CLA 2011-12-15 16:55:23 EST

    
Comment 1 Brian Svihovec CLA 2012-01-06 15:35:42 EST
See http://publib.boulder.ibm.com/infocenter/rbdhelp/v8r0m0/index.jsp

"You can specify a STRING with a specific number of characters, in which case it is a limited-length string, or you can declare a variable-length string by omitting the length specification, as in the following examples:

myLimitedString STRING(25);
myVarString STRING;

In the above example, myLimitedString is different from a CHAR(25) variable because STRINGs contain Unicode data while CHARs contain data in the native character set. Limited-length strings are most commonly used to map to the SQL VARCHAR type."
Comment 2 Yun Feng Ma CLA 2012-05-28 09:49:16 EDT
The codes have been checked in bug 376525. Thanks.