change datatable one column value without loop

D

Deep

Hi,
I have one datatable of 3 column. How to change one column value of
datatable in upper case without using loop.

Thanks in advance.
 
J

Jeff Johnson

I have one datatable of 3 column. How to change one column value of
datatable in upper case without using loop.

You can't. But you could run an UPDATE statement against the table directly,
assuming your DBMS supports a function like UPPER().
 

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