tags:

views:

6

answers:

0

I am looking at VB code and I see there is an RDOErrors collection where Server/ODBC errors are placed. Do all of these errors cause a runtime error? or is it possible there could be an RDOError that gets placed in the collection that doesn't cause a untime error and therefore require you to loop through the collection?