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

Data Type RAW

Former Member
0 Likes
650

Hi everyone,

Somebody knows like using this data types (RAW). We need create a transparent table and some fields with Uninterpreted sequence of bytes.

Thanks for your help

4 REPLIES 4
Read only

Former Member
0 Likes
571

Table with field component type as DXRAW. Is this what you are looking for?

Read only

0 Likes
571

Thank Sam,

DXRAW it is a too long field. We needed to hide a field CURR of length 20

Read only

Former Member
0 Likes
571

thanks for its answers.

We Really needed to hide (nonunderstandable) the data of the employees in a table Z. we think that to do it with the data type RAW it is sufficient. But we do not know like convert a field of data type CURR to the data type RAW and viceversa.

...Another data type or a conversion routine also is useful!