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