Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to insert BLOB TEXT fields?

Status
Not open for further replies.

hstijnen

Programmer
Joined
Nov 13, 2002
Messages
172
Location
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top