Re: PRO*C question

From: Rodney Suddaby <rsuddaby_at_nofc.forestry.ca>
Date: 3 Aug 1994 14:28:37 GMT
Message-ID: <31o9il$t3j_at_news.nofc.forestry.ca>


In article bi3_at_apakabar.cc.columbia.edu, sb63_at_namaste.cc.columbia.edu (Semyon Basin) writes:
>
>Hi, Everyone!

[snip]

>ld:
>Undefined:
>sqlcex
>
>If any kind soul have an idea - please help me.
>George.

You should have the following line somewhere in your source code:

   EXEC SQL INCLUDE sqlca;

sqlca is a structure used by ORACLE to hold runtime info about any SQL statement being executed by your process. This info includes error codes and other processing information. (However... it does not have a variable 'sqlcex', or at least this one is not mentioned in the manual). Try it out and see if this works.

R.M. Suddaby
rsuddaby_at_nofc.forestry.ca
Research Assistant
Fire Research Project Received on Wed Aug 03 1994 - 16:28:37 CEST

Original text of this message