hi,
I tried to update record using data table and dataadapter
but I get error for line (in edit case)
daadapter1.upda te(dtTable1)
the error is
"Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information."
can any one help me out from this.
Regards
Mustak
I tried to update record using data table and dataadapter
but I get error for line (in edit case)
daadapter1.upda te(dtTable1)
the error is
"Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information."
can any one help me out from this.
Regards
Mustak
Comment