On Thu, Apr 14, 2011 at 3:54 PM, SoftTech <mi...@softtechks.com> wrote:
> Greetings,
> I need to store the checked values for a TCheckListBox into a database field
> and retrieve it.
> Anyone have tips on how to do it?


How you store it depends partly on how you want to be able to query
it. For example, you may want to have a table contain a row for each
entry in the checklistbox (with a column indicating checked or not),
rather than stuffing all of the values in to one field.


-- 
Kyle Cordes
http://kylecordes.com
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk

Reply via email to