Board index » delphi » Master/Detail - Delphi & IB
Yvonne Lewis
![]() Delphi Developer |
Sun, 21 Jan 2001 03:00:00 GMT
Master/Detail - Delphi & IB
Can anyone help ?
I have a problem using master/detail and explicit transaction as Start transaction: Insert record into master and post; Insert record into detail, on post I get an error that the master record Is this saying that I have to commit the master first, if so how can I I seem to remember doing the following many years ago with oracle: Start Transaction; Insert Master and Post; Insert Details and Post; Then prompt the user 'Do you wish to commit transactions ? Or Yes, encounter an exception so rollback Is this scenario supported with IB & Delphi ?, it seems a very simple Many thanks. Andy. |