J 
		
								
				
				
			
		Jim Bancroft
Ok, I'm sure this one has been asked before, so I'll apologize upfront.
What I'd like to do is take a DataTable and run an update statement against
one of its columns.
Say for instance, my DataTable has a ProductID column, which is an integer,
and I'd like to update all values in that column to something like 33786.
What's the best way to do it? Would a SQL-like statement work combined with
a DataAdapter, or is it not that simple?
				
			What I'd like to do is take a DataTable and run an update statement against
one of its columns.
Say for instance, my DataTable has a ProductID column, which is an integer,
and I'd like to update all values in that column to something like 33786.
What's the best way to do it? Would a SQL-like statement work combined with
a DataAdapter, or is it not that simple?