Re: PRO*C && strange errors :-(

From: Martin Gittins <martin_at_strand.co.uk>
Date: Wed, 17 Aug 94 13:00:02 GMT
Message-ID: <1994Aug17.130002.22362_at_strand.co.uk>


In <32iadc$3ed_at_stud.uni-sb.de>, magri_at_stud.uni-sb.de (Martin Grimsehl) writes:
>Hi!
>
>I got serious problems with my PRO*C Compiler (OS/2, Version 1.3.17.0.8).
>(Server: NOVELL 3.11, Novell SPX Server: 1.1.1.1)
>
>
>When I do:
>
> EXEC SQL SELECT x INTO :y FROM SYS.Z WHERE i=:j;
>
> It crys:
>
>PCC-U-0061, PL-SQL Check #20108
>..................Please inform your ORACLE Representative..............!
>
>So I did, no results so far.
>
>PS: the same error occurs with UPDATE and INSERT... but: all things
>witch CURSOR- operations *work* !
>
>Do I have not enough rights? wrong server/compiler version?
>
>
>
> cu martin
>
>

    I am using the same version of ProC as you, also on OS/2, and have virtually identical statements. It looks to me as if you have SQLCHECK=FULL set. This will verify your data against the database. Try using the default value SQLCHECK=LIMITED. This is less strict but actually works much better :-).

Martin Received on Wed Aug 17 1994 - 15:00:02 CEST

Original text of this message