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!

Re: Lookup tables by Miha

Miha
Tue Jul 06 04:12:58 CDT 2004

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" <JPretorius@discussions.microsoft.com> wrote in message
news:F1D862F4-45E3-45BE-AB9D-794F7D36C055@microsoft.com...
> 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!