Re: Delete record in batch mode



Cavalera Guido wrote:

...But in insert and update all fine, while in DELETE i.ve an error
'row cannot be located for updating ...'

WHY ? help me please !

I assume the problem is that ADO has no whay to find the record in
OrdPro since you do not include its primary key field(s) in the SELECT
clause.

--
Bill Todd (TeamB)
.



Relevant Pages