I can give you two choices:
1. Create either a SQL statement for update or a stored procedure and link
to the UpdateCommand property of the DataAdapter.
2. Use a CommandBuilder to create the UPDATE command off of your SELECT
command.
---
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
"Bonato Pierantonio" wrote:
> Hi All,
> I have a problem.... I want to update a table in MS Sql Server using the
> class SQLClient DataAdapter.
> I can set the property UpdateCommand of my DA but I cannot find the method
> UPDATE ( I use VB.NET)
>
> I hope to be clear....
>
> Thanks for your help
> Bonato Pierantonio
>
>
>
|