Run-time error '20000' 
Author Message
 Run-time error '20000'

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...



Mon, 20 Dec 1999 03:00:00 GMT  
 Run-time error '20000'

The error 20000 is a user defined error, in our code we use it also to
pass parameters back (long story - you DONT want to know why ;) )

You can get the actual text message of the error by using Oracle Objects
LastServerErrText function call

Keith



Sat, 25 Dec 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. RetrieveSQLQuery returns error 20000 ('No Error')

2. Help: ActiveX, Error '20000', p2lodbc

3. Run Time Error 20000, No Error

4. Run Time Error 20000, No Error

5. Run-time error 20000 ?

6. Run-time error 20000

7. Run-time Error 20000

8. Run-time error 20000

9. Run-time error 20000 w/ crystal

10. Run-time error '-2147417846 (8001010a)': Automation error (error 440)

11. Run-time error '-2147417846 (8001010a)': Automation error (error 440)

12. Run-time error '-2147221231 (80040111)': Automation error ClassFactory cannot supply requested class

 

 
Powered by phpBB® Forum Software