Quote:
> I have received a Run-time error '20000' from a VB application. The user
> was printing a Crystal Report from the app, which gets its data from a
> Personal ORACLE 7.1 Database.
> Does anyone know what a Run-time error '20000' indicates? The report ran
> correctly once the system was rebooted.
> Thanks
> --
> John Mazerall (613)739-2531
> Canadian Red Cross/Croix-Rouge canadienne
> www.redcross.ca/www.croixrouge.ca
> 1800 Alta Vista Dr.
> Ottawa, Canada
> K1G 4J5
The error number was probably raised by the a stored Oracle procedure,
and passed through using the ODBC connectivity. Oracle usually reserves
error codes in the range of 20000-21000 as User Defined Errors (in other
words, the programmer can raise his/her own error code).
At least, that's my opinion...