|
Hi Peter,
My problem is:
* Dw Update properties --> Key modification: Use delete
then insert
* I insert a new row (dw_x.insertrow(0)). The row's status is
NewModified!
* The user input values. If the database have a record with
the values of the key columns, i retrieve this record and setitem the values of
the nokey columns. The value of a nokey column is changed with setitem. In this
situation, i need generate a Sql Update, not a Sql Insert. Then, i set the
status of the row to Datamodified! and set the status of the key columns to
NotModified!. Too, the status of the nokey columns is set to NotModified!,
except one that is set to DataModified!
* When i update the dw, this generate a sql Delete and then a
sql Insert. I think that should be generate a Sql Update
that update the only nokey column modified.
Any ideas
Thanks
|
- PFCSIG SetItemStatus Dario Schmidt
- Re: PFCSIG SetItemStatus Peter Brawley
- Re: PFCSIG SetItemStatus Dario Schmidt
- Re: PFCSIG SetItemStatus Daniel Coppersmith
- RE: PFCSIG SetItemStatus Skiffington, Bill
- Re: PFCSIG SetItemStatus Doug Oakleaf
- RE: PFCSIG SetItemStatus Anderson, Jim
