HOW TO: Updating text and image columns at the same time?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Thanks for reviewing my question. My SQL table has a few string columns and
a image column. After inserting a new row into the dataset with the columns
populated, I tried calling the Update method on the DataAdapter and I get the
following error: "The query processor could not producce a query plan from
the optimizer because a query cannot update a text, or image column and a
clustering key at the same time.".

What is the problem?

Many Thanks
Peter
 
Back
Top