Hi,

i am returning a dataset by using a dataadapter and a command object that uses a stored procedure. I was wondering if it is possible to use a command builder to perform updates with the data adapter because of the stored procedure? When i try i get an error. Is it because the command builder can't build an update command because of the stored procedure?

Many thanks
Nick