View Single Post
Join Date: May 2004
Posts: 85
Reputation: gusano79 is on a distinguished road 
Solved Threads: 5
gusano79 gusano79 is offline Offline
Junior Poster in Training

Re: Updating SQL database, Please help

 
0
  #4
Sep 7th, 2008
Looks like you're not generating the update command. It isn't actually created until you call SqlCommandBuilder.GetUpdateCommand(). You'll need something like this:

  1. MovAdapt.UpdateCommand = cb.GetUpdateCommand

This article has a good explanation of how it works.
--smg
Reply With Quote