C
col
At runtime the SqlDataAdapter is used to populate a recordset from one of
many possible tables. As a result the update command must also be build at
runtime. CommandBuilder is not an option as it does not support spaces in
column names.
How do I go about building an update statement?
Thanks,
Colin.
many possible tables. As a result the update command must also be build at
runtime. CommandBuilder is not an option as it does not support spaces in
column names.
How do I go about building an update statement?
Thanks,
Colin.