Provider or other Service returned an E_Fail Status.
I got this error when I tried to get a row from a table in my database. The call to this table moments before was a insert. The table consists of 4 varchar fields and one binary field.
The table seems to lock after the insert and takes approximately 60-90 seconds to free itself before any queries can be made against it.
Has anyone seen anything similar to this before?
The add and get functions use stored procs to insert/retrieve the data......
Any ideas, pointers etc would be great..Thanks..