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

upload file as raw type into database table..

Former Member
0 Likes
848

hi,, everyone..

I have a problem.

database table is raw type and length is 120.

upload file to that table..

I know scms_xstring_to_binary function is working in raw255 type table.. but.. my table is 120.

plz.. help me~~

thank you all.

hi,, everyone..

I have a problem.

database table is raw type and length is 120.

upload file to that table..

I know scms_xstring_to_binary function is working in raw255 type table.. but.. my table is 120.

plz.. help me~~

thank you all.

3 REPLIES 3
Read only

Former Member
0 Likes
778

anybody help????

Read only

0 Likes
778

Hi hyesung choi,

Please try with below FM

     SCMS_FTEXT_TO_BINARY

     SCMS_TEXT_TO_BINARY

Regards

Nithin

Read only

0 Likes
778

defined a structure with 120 raw type data.

and used scms_xstring_to_binary.

problem solved..


any way.. thank you~ Nithin..