Page 1 of 1

update / insert records with join

Posted: Wed 21 Jan 2009 08:40
by jkuiper
Is it possible to update or insert records when there's a join in the query statemement?

Posted: Wed 21 Jan 2009 13:09
by Dimon
Yes, you can do it. You can use the UpdatingTable property to specify the table to be updated.
You can find more detailed information about this in the "Updating data with MyDAC dataset components" topic of MyDAC Help.

Posted: Thu 22 Jan 2009 12:09
by jkuiper
thanks, I shall read it.