Re: How to Sinchronize a DataGridView with a database.

From: Autumn (sorrowforsorrow_at_yahoo.com)
Date: 10/27/04


Date: Wed, 27 Oct 2004 12:49:21 +0200


Gent Val,

I actually don't define INSERT/UPDATE/DELETE.

How is th way to define them?
Please, could you show me a code fragment to let me understand or indicate
me a link,
where i can learn the way to do.

Thank You for Your reply.

"Val Mazur" <group51a@hotmail.com> wrote in message
news:uSSTRa8uEHA.1204@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> Update method of the DataAdapter should do it for you. If it does not,
> then most likely you call AcceptChanges before calling update or you did
> not define proper INSERT/UPDATE/DELETE commands for your DataAdapter
>