|
-
May 30th, 2000, 11:30 PM
#1
Thread Starter
Hyperactive Member
I'm getting a very useful message from the ADO Errors Collection: -
err.number is -2147217887
err.description is a very helpful 'Errors occurred'
has anyone else come across this one?
it doesnt happen at a particular line, but it does happen within a certain part of my code. the code in question follows this type of structure: -
with MyClassInstance.MyRs
!Field1 = txt1
!Field2 = txt2
.update
end with
I don't want to execute an UPDATE Query, as there are loads of fields in the set and the sql would be about 10 lines long!!
as I said before, the error doesn't happen on the same line each time, or even within a certain record within the set. I've done the obvious checks (make sure not trying to make it null, etc) but to no avail.
Does anyone out there know anything about this one, as it's making me tear out what little hair i've got left...
-
May 31st, 2000, 04:22 AM
#2
Hyperactive Member
I couldn't find your specific error code in anything I have... which isn't saying much
but one of these MSDN articles may hold a hint or two: Q1926652, Q195491, Q189220.
Hope they help.
-
May 31st, 2000, 01:16 PM
#3
Guru
enumerate thru the Errors collection to get the description of the error
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|