Subject | Re: [IBO] PreparedEdits does not work as expected? |
---|---|
Author | Lester Caine |
Post date | 2003-02-21T10:27:05Z |
> Perhaps you are right, but I would think "a DSQL statement for justBUT if you create a new DSQL statement, the FIRST thing
> the updated columns should be constructed and immediately executed"
> means skipping the prepare stage.
before using it is that it has to be prepared.
To USE the 'PreparedEdit' and avoid a new prepare,
'PreparedEdits = true'
One of the nice things about IBO is the way it hides a lot
of this away, and one forgets what is actually happening
underneath.
> For example, a table with manyCorrect, but ANY new DSQL will have to be prepared, so it is
> large fields, it will save traffic by only sending the changes
> instead of all data fields. If you use one prepared update statement,
> you will send all data fields.
the combination of 'New Prepare + Shorter Statement' against
the 'All Fields Statement'.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services