Sep 22, 2005 #1 hstijnen Programmer Nov 13, 2002 172 NL Hi, I've a table with a blob field and want to insert the records into another table with: insert into T1withBlob select * from T2withBlob But causes error: "attempted update of read-only column" What can I do? Thanks for help Henk
Hi, I've a table with a blob field and want to insert the records into another table with: insert into T1withBlob select * from T2withBlob But causes error: "attempted update of read-only column" What can I do? Thanks for help Henk