Subject | RE: [IBO] BDE Emulation Issue |
---|---|
Author | Jason Wharton |
Post date | 2007-03-13T22:41Z |
Randal,
include the old values comparison in the WHERE clause as a means to prevent
overwriting values that others have updated. You may not care either, but
this is a common strategy to avoid conflict resolution. Setting RequestLive
to true leaves the generation of the SQL for handling updates to IBO and it
may not do things exactly the way you want.
resolve. Mind you, this isn't a list in publishable for. It is a folder
where emails go with potential issues that I work on when time allows.
Jason Wharton
> Turning on request live as I saw for other peoplesOne thing to beware of is when using cached updates it is often desirable to
> issues in the archives made this work sort of...
> but on my original bde query does not use request
> live so I was grasping straws and this one worked.
include the old values comparison in the WHERE clause as a means to prevent
overwriting values that others have updated. You may not care either, but
this is a common strategy to avoid conflict resolution. Setting RequestLive
to true leaves the generation of the SQL for handling updates to IBO and it
may not do things exactly the way you want.
> The other part to the picture (the sort of part)I consider this a bug in IBO and I will add this to my list of issues to
> is that when I close the query and change the SQL
> in the IBOQuery it don't do an implied cancelupdates
> when I close the query. I must explicitly call
> cancelupdates, then do the close, then change the
> sql and prepare it for use, the bde held my hand
> on that one. No biggie though, those are easy
> enough to find in my code since I did do this in
> functions called setupqueryXX, clearqueryXX under
> the datamodule for each query.
resolve. Mind you, this isn't a list in publishable for. It is a folder
where emails go with potential issues that I work on when time allows.
> At any rate, this is a large program that isGood to hear!
> working surprisingly well so far in my tests
> despite the little issues I am running into.
Jason Wharton