Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: 8.0.5 bug pro-c unhandled exception with sqllib80.lib, NT4. HELP!

Re: 8.0.5 bug pro-c unhandled exception with sqllib80.lib, NT4. HELP!

From: Kenneth C Stahl <BlueSax_at_Unforgettable.com>
Date: Tue, 21 Sep 1999 16:17:12 -0400
Message-ID: <37E7E7C8.65B4A2C@Unforgettable.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US