J
John
Hi
I have a DetailsView that is bound to a sql server. Problem is when I press
the auto generated Edit button make some change and press the Update link I
get the below error;
Updating is not supported by data source 'mysqlserver' unless UpdateCommand
is specified.
What is the UpdatCommand that I need to specify if my Select command is
SELECT FieldA, FieldB FROM MyTable?
Thanks
Regards
I have a DetailsView that is bound to a sql server. Problem is when I press
the auto generated Edit button make some change and press the Update link I
get the below error;
Updating is not supported by data source 'mysqlserver' unless UpdateCommand
is specified.
What is the UpdatCommand that I need to specify if my Select command is
SELECT FieldA, FieldB FROM MyTable?
Thanks
Regards