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

Home -> Community -> Usenet -> c.d.o.misc -> Unsatisfied symbol "sqlca"

Unsatisfied symbol "sqlca"

From: jose luis fernandez diaz <jose_luis_fdez_diaz_news_at_yahoo.es>
Date: 7 May 2004 05:24:30 -0700
Message-ID: <c2f95fd0.0405070424.1fb58df4@posting.google.com>


Hi,

I hava a proc static library. I have the statement:

EXEC SQL include sqlca;

in one program of that library.

When I link that library with a C++ program I get the error below:

ld: Unsatisfied symbol "sqlca" in file . . .

Any idea ?

Thanks,
Jose Luis. Received on Fri May 07 2004 - 07:24:30 CDT

Original text of this message

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