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

Problem: Data Dictionary Record Upload

Former Member
0 Likes
480

Hi All,

In my table I have 2 fields. Say FIELDA and FIELDB.

FIELDA is INT type and FIELDB is of CHAR type.

I have created a table maintenance generator and DB Utility is also done.

Now I want to upload the following record into the table.

FIELDA should be loaded with value '1'

FIELDB should be loaded with value '!' (Just Exclamatory sign)

When doing the same, FIELDA only gets populated into DB and not in FIELDB '!'. How can I over come this.

Points Assured,

Regards,

Viji

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

Hi,

I tried the same. it doest accept ! when passed thru screen, if u change it during debug mode, it is updated in the table. Only with ! it doesnt work. for all other spl. characters it works.

regards,

madhu

3 REPLIES 3
Read only

Former Member
0 Likes
459

Hi,

I tried the same. it doest accept ! when passed thru screen, if u change it during debug mode, it is updated in the table. Only with ! it doesnt work. for all other spl. characters it works.

regards,

madhu

Read only

Former Member
0 Likes
458

Thanks Madhu.

Read only

0 Likes
458

Has yur problem got solved ?