mahadevan.swamy 0 Newbie Poster

Hi,

In my grid view, i have inserted columns such as id, name, age, and photo. Since photo column is a blob data type, I have inserted a FileUpload object in the GridView.

Now the problem is when i try to update the record (hit the update button on Grid View), I get this error: ORA-00932: inconsistent datatypes: expected - got BLOB

What should I do to Fix this error? Please advise. Thanks

Swamy