Need a bit of help here please. Suddenly started getting this error when uploading and image. I haven't changed anything. Any ideas?
SELECT tblThread.Thread_ID, tblThread.Author_ID, tblThread.Message,
tblThread.Show_signature, tblThread.IP_addr, tblThread.Hide,
tblThread.File_uploads FROM tblThread WITH (ROWLOCK) WHERE
tblThread.Thread_ID=1526;
Microsoft OLE DB Provider for SQL Server error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
/forum/edit_post.asp, line 559
Happens when editing a post and inserting an image. I haven't tried with a new topic but will.
Merv
No problem with a new topic seems to be when inserting an image into and existing post.
Edited by supertramp - 11 March 2007 at 7:54pm