Delphi coder transitioning to VS 2005
Gentlemen,
I am a Delphi developer learning VS 2005. Does anybody know how to modify a dataset's column value? In Delphi I can do this (ClientName is a TStringField):
ClientName.AsString := 'Peter Pan';
Any help is highly appreciated. Thank you.
|