Subject | DML updating using tib_cursor |
---|---|
Author | Steve Fields |
Post date | 2002-09-25T19:54:11Z |
How do I update a master-detail setup using an
_external_ tib_cursor to make record updates
to the detail:
On a master record and a detail record linked by
mastersource/masterlink system I need to make a
update of a date in all of the detail records linked
to the master. But I need to show this updating in
a grid. I use a tib_cursor with a on-the-fly sql
statement that changes the fields and then commits
(commitretaining). This does not reflect in the grid
though, even though DML flags are all set. Refresh
of the master does not seem to reflect these changes..
How? (TIA)
Steve Fields
_external_ tib_cursor to make record updates
to the detail:
On a master record and a detail record linked by
mastersource/masterlink system I need to make a
update of a date in all of the detail records linked
to the master. But I need to show this updating in
a grid. I use a tib_cursor with a on-the-fly sql
statement that changes the fields and then commits
(commitretaining). This does not reflect in the grid
though, even though DML flags are all set. Refresh
of the master does not seem to reflect these changes..
How? (TIA)
Steve Fields