D
Dzemal Tipura
I populate dataset using this code
Me.KorisniciTableAdapter.FillByID(Me.DsKorisnici.Korisnici, IDKorisnika)
columns from this dataset are bounded to controls on the form and I want to
save changes back to database with this code:
KorisniciBindingSource.EndEdit()
KorisniciTableAdapter.Update(DsKorisnici.Korisnici)
and I get error mentioned in subject.Why?
Thx
Me.KorisniciTableAdapter.FillByID(Me.DsKorisnici.Korisnici, IDKorisnika)
columns from this dataset are bounded to controls on the form and I want to
save changes back to database with this code:
KorisniciBindingSource.EndEdit()
KorisniciTableAdapter.Update(DsKorisnici.Korisnici)
and I get error mentioned in subject.Why?
Thx