‎2008 Jun 03 11:39 AM
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
‎2008 Jun 03 12:05 PM
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
‎2008 Jun 03 12:05 PM
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
‎2008 Jun 03 1:43 PM
‎2008 Jun 06 10:16 AM