hi
i have my C# winforms program that has datagridview.
i know how to update database through sql query like this:
update myTbl set Fname = 'xxx' where code = '2'
but how to change any cell in the datagridview - and that change will influence
my database too ?
thank's in advance