|
|
Question : Error "The text, ntext, and image data types cannot be used"...
|
|
I am getting
"The text, ntext, and image data types cannot be used in an ORDER BY clause" on the insert statement below
INSERT INTO LBActivityCode(lbac_name,lbac_CreatedBy,lbac_CreatedDate,lbac_UpdatedBy,lbac_TimeStamp,lbac_UpdatedDate,lbac_ActivityCodeId) VALUES (N't',1,'20080327 14:31:25',1,'20080327 14:31:25','20080327 14:31:25',6073)
I am not even using an "ORDER BY" clause. What is going on here?
|
Answer : Error "The text, ntext, and image data types cannot be used"...
|
|
is LBActivityCode a table or eventually a View? anyhow, there MUST be a trigger on that table for this error to occur!
|
|
|
|
|