CheckedListBox control to Database
From: m3 (twouble_05_at_hotmail.com)
Date: 05/26/04
- Next message: Kevin Yu [MSFT]: "Re: ADO Asynchronous Problems on dual-cpu / hyperthreading computers"
- Previous message: Val Mazur: "Re: MDAC JET 4.0 (How about a MERGE MODULE for this?)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 18:36:04 -0700
anyone could pls help me with CheckedListBox control on a window form...
I have two tables: Person table (PersonID, Name, InterestID(FK)), and Interest table (InterestID, Interest).
I had displayed all vallues from the Interest column in Interest table in a CheckedListBox,
using array and Select SqlCommand. Now, my problem is, how could I record any boxes checked by the user to choose the interests of a person? Then, how could I have checkboxes checked/unchecked depending on the values of InterestID of a person in its table when showing a person's details, then be able to do any changes/updates to its interests by checking/uncheking boxes, then record those changes to the particular person table.
THANKS so much^^.
- Next message: Kevin Yu [MSFT]: "Re: ADO Asynchronous Problems on dual-cpu / hyperthreading computers"
- Previous message: Val Mazur: "Re: MDAC JET 4.0 (How about a MERGE MODULE for this?)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|