I
Igor
How can I modify the Select statement after the Update statement in
sqldataadapter ADO 2.0? (add columns)
sqldataadapter ADO 2.0? (add columns)
Igor said:I changed the SelectCommand and VS picked the changes but not the final
version of the Select command.
Now I'm using SqlUpdateCommand4.CommandText ="update query; a very long
select query..." in the Load Sub.
Can I somehow force VS to pick new select query?
I liked more VS2003 way to do this. There I could edit select query after
the update or insert.
Ah, simply change the SelectCommand on the DataAdapter. The question is,
will the CommandBuilder pick up that change (if it's being used) or will
the bound controls or other VS-generated code pick up the change.