G
Guest
Hi Gurus,
how can i include rowstate value in dataset.getxml string
<datatable>
<row1 state="Added">
<col1>v1</col1>
</row1>
<row2 state="Modified">
<col1>v2</col1>
</row2>
</datatable>
</dataset>
i am passign the above string to stored proc(sql200) to perform DML operations
any help on this.
regards
mak
how can i include rowstate value in dataset.getxml string
<datatable>
<row1 state="Added">
<col1>v1</col1>
</row1>
<row2 state="Modified">
<col1>v2</col1>
</row2>
</datatable>
</dataset>
i am passign the above string to stored proc(sql200) to perform DML operations
any help on this.
regards
mak