Subject | [IBO] Updating updated fields only - a bit more info |
---|---|
Author | Kevin Stanton |
Post date | 2005-03-31T21:55:44Z |
2 users,
User 1: changing an order via order entry. Calls up the order that doesn't
have a date shipped.
User 2: posts a shipment record updating order entry table with date
shipped.
User 1: posts changes that wipe out the updated date shipped.
Any help will be greatly appreciated.
Kevin
<original message:>
Greetings,
I've got a bit of a problem here that I hope is fixable.
Is there a way to tell IBO datasets (either native or TDataset compatible)
to update only those fields that have changed. My current issue is with the
TIB_Query.
If I remember correctly, the TQuery had an UpdateMode which lets us specify
upWhereAll, upWhereChanged, upWhereKeyOnly.
I *really* hope IBO has this functionality.
Kevin
User 1: changing an order via order entry. Calls up the order that doesn't
have a date shipped.
User 2: posts a shipment record updating order entry table with date
shipped.
User 1: posts changes that wipe out the updated date shipped.
Any help will be greatly appreciated.
Kevin
<original message:>
Greetings,
I've got a bit of a problem here that I hope is fixable.
Is there a way to tell IBO datasets (either native or TDataset compatible)
to update only those fields that have changed. My current issue is with the
TIB_Query.
If I remember correctly, the TQuery had an UpdateMode which lets us specify
upWhereAll, upWhereChanged, upWhereKeyOnly.
I *really* hope IBO has this functionality.
Kevin