Joe wrote:
> Hi Andy,
>
> You can use SqlCommandBuilder to generate the Update command for the
> dataadapter.
Maybe you should read:
http://msdn.microsoft.com/vbasic/def...wdtastvs05.asp
Or you can forget about datasets and use
http://www.nhibernate.org
>
> -Joe
>
> "Andreas Schubert" <(E-Mail Removed)> wrote in
> message news:(E-Mail Removed)...
>
>>Hello newsgroup,
>>
>>i am not sure if i am asking at the right place. If not, please forgive
>>me.
>>I want to bind a table to a datagrid and make it editable.
>>I know how to data bind and so, but I got trouble with the dataadapter.
>>at runtime, the user selects a table from a list. with "Select * FROM
>>table" I can show the content
>>of the table in the grid. but how do I make it updatable? I would have to
>>define a update command from the table. is there a way to generate such a
>>command or is there an alternative?
>>
>>thanks for the help!
>>
>>Andy
>>
>
>
>