|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, October 11, 2012 1:06 AM
Points: 2,
Visits: 11
|
|
Hi there
My database table is as below with two columns and with no primary key
Employee (EmpNo, IsDummy) eg. 1,Y 2,Y 3,N 4,N 5,Y
My updategram is as below
<SendRequest xmlns:updg="urn:schemas-microsoft-com:xml-updategram"> <updg:sync> <before> <Employee IsDummy="N" /> </before> </updg:sync> </SendRequest>
Now I want this updategram to delete all records where IsDummy=N. Please find me the best way to do it as I have been trying to achieve it for long time.
Thanks
|
|
|
|