PDA

View Full Version : How to Add Multiple Checkbox values in database field?


pashah72
08-12-2005, 10:39 AM
Hello

I have four check boxes in jsp. User can select any one or all four, depends upon its requirement & values get inserted in DB in one field only (for e.g. A,B,C,D in DB field1). So field1 has values A,B,C,D seperated by commas. If user wants to edit it, clicking on edit button shows box which were selected.I am using oracle.


can anyone help out ?