well, for starters you should NEVER be using a reader to execute an action query like that. You should be using .ExecuteNonQuery ... that's what it is designed for.

as for clearing dataset columns... that could mean a couple things... what is it you are trying to do?

-tg