Board index » delphi » Handling joined tables with ADO?
Brian Bushay TeamB
![]() Delphi Developer |
Wed, 02 Nov 2005 11:43:26 GMT
Handling joined tables with ADO?Quote>ID integer, primary key and foreign key to table Base in Appends however are a problem. You can append a record to the Join if a corresponding record of the table being joined to already exists. The only way I have found to get appends to a join like this to work is to execute an SQL Insert for the Join to record out of the beforePost event. -- |