Windows Forms, CheckBox, RadioButton, ComboBox and database :(

  • Thread starter Thread starter rozrabiak
  • Start date Start date
R

rozrabiak

Hi!

I have problem witch Windows forms, CheckBox, RadioButton, ComboBox and
database.

How can I use checkbox (and other components) in database?
I want to check the checkbox in My form and save changes in to database,
but it return me an Exception: "Nothing changed", WHY?

I'm using MSSQL MSDE.
Checkbox is connected to dataset by CheckState and/or Checked
(DataBindings).

Anybody can help me? :(
 
Back
Top