yeap
it is a datareader
i see...
thanx, just found out that i can do the same with a datarow in a dataset...
er.....i have another question
dr("UserName") = DirectCast(dr("UserName"), String).ToUpper
dr is a datarow
in my db, username is declared as a text type
is it necessary to convert it to a string type?
can i directly use it?