Hi,
Is it posible to delete all records from table (like T-SQL: Delete From
MyTable) using XML Updategrams ?
Thanks,
Marcin
Updategrams aren't meant for batch operations like that. To do it you would
first have to select all of the data out and put it into the "before" block,
and then omit the "after".
Irwin
"Marcin" <mwieckow@.onet.pl> wrote in message
news:ui6sGWVKFHA.2396@.TK2MSFTNGP12.phx.gbl...
> Hi,
> Is it posible to delete all records from table (like T-SQL: Delete From
> MyTable) using XML Updategrams ?
> Thanks,
> Marcin
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment