Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 8.0.5 bug pro-c unhandled exception with sqllib80.lib, NT4. HELP!
If you are getting an unhandled exception then you need to handle the
error. If you do not have a:
EXEC SQL WHENEVER SQLERROR DO myfunc();
or
EXEC SQL WHENEVER SQLERROR goto mylabel;
then you must check sqlca.sqlca right after your connect statement to determine the error.
Can yo show your code?
"R. Baker" wrote:
>
> Has anybody seend any bugs with 8.0.5.0.0 with Pro-C running under NT4.0
> with SP4? We are getting an unhandled exception 0xc000000fd when trying to
> connect to the DB. Our app is therefor useless with this version. We were
> fine with 8.0.4 up through patch 8.0.4.3.7/8. Any ideals or experiences
> appreciated.
> Thanks,
> RWB
Received on Tue Sep 21 1999 - 15:17:12 CDT
![]() |
![]() |