View Single Post
  #6 (permalink)  
Old 05-08-2007, 05:37 AM
yuchuang yuchuang is offline
Member
 
Join Date: Apr 2007
Location: Singapore
Posts: 30
yuchuang is on a distinguished road
Send a message via MSN to yuchuang
volunteerFlag is a ddl where user will specify "yes" or "no". In the DB, the column name is called vtcc_volunteer_flag. The data type is char. The data recorded will be yes or no. In my mapping class, it is
class =sg.gov.ncss.vcfms.training.beans.VfsTrgCrsCatDTO'
without the space. Don't know why it just doesn't get inserted into the DB.
Reply With Quote