Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

database tables

Former Member
0 Likes
1,045

How to create a character field of length more than 255 characters(1035 characters) in a z database table...????

Thanks

Dhanashree..

1 ACCEPTED SOLUTION
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,023

Hi

You can use the Datatypes RAW and LRAW for this purpose.

Regards,

Sreeram

8 REPLIES 8
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,024

Hi

You can use the Datatypes RAW and LRAW for this purpose.

Regards,

Sreeram

Read only

amit_khare
Active Contributor
0 Likes
1,023

Welcome to SDN.

Use data element CHAR1024 or CHAR1250.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
1,023

type string sets the variable to a variable length.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
1,023

Hi,

Did you tried to use built-in-type as string?

Read only

Former Member
0 Likes
1,023

hi,

just create a data domain with

data type as STRING

No of characters as required

its enough

reward some points.

with regards

suresh babu.

Read only

Former Member
0 Likes
1,023

Hi,

Change field type as predeifned type STRING and specify field length.

This will do.

Jogdand M B

Read only

Former Member
0 Likes
1,023

I used raw data type

Read only

Former Member
0 Likes
1,023

Hi Dhanashree,

If you are using raw as data type the length should not exceed 255 .

Even though we are able to create domain and subsequently data elements fo having length more than 255 but we cannot use those in fields of table.

Thus kindly try to break the field into many componants.

Regards,

Saurabh