Help!
I'm trying to trap Oracle errors coming through an ADO connection, and I find the exception property that contains the actual Oracle error number.
Thanks to help from Oppenheimer, I've discovered that ADO returns exceptions of name: EOleException, but I can't find a .SQLCode or .ErrorCode property.
Anyone have any insight into EOleException?
I appreciate any suggestions at all.
I'm trying to trap Oracle errors coming through an ADO connection, and I find the exception property that contains the actual Oracle error number.
Thanks to help from Oppenheimer, I've discovered that ADO returns exceptions of name: EOleException, but I can't find a .SQLCode or .ErrorCode property.
Anyone have any insight into EOleException?
I appreciate any suggestions at all.