include rowstate in dataset.getxml

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top