Lookup tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi There

I have 3 dataadapters each relating to a table - daCompany, daAccountant, daCompanyType. These tables have foreign constraints set in the dataset schema.
(Company many to Accountant, CompanyType many to CompanyType)
I've databound all relevant text boxes and comboboxes however when modifying the textboxes etc. the dataset does not detect any changes.

Please help!
 
Make sure you call CurrencyManager.EndCurrentEdit to save data into the
dataset.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

JPretorius said:
Hi There

I have 3 dataadapters each relating to a table - daCompany, daAccountant,
daCompanyType. These tables have foreign constraints set in the dataset
schema.
(Company many to Accountant, CompanyType many to CompanyType)
I've databound all relevant text boxes and comboboxes however when
modifying the textboxes etc. the dataset does not detect any changes.
 
Back
Top