Need urgent help with Pro*C
Date: Wed, 8 Nov 2000 15:41:04 +0100
Message-ID: <8ubsac$flj3$4_at_as121.tel.hr>
[Quoted] I am working on the web application using Oracle. On one side I have .html, [Quoted] and I'm accessing Oracle database using cgi program written in C language. [Quoted] So, I need to use a precompiler that takes care of embedded SQL - that is [Quoted] Pro*C precompiler (ORACLE's own tool).
I made a sample program and tried to get it work - first precompiling it [Quoted] with Pro*C and then compiling it using BorlandC++5.5. It is just a simple [Quoted] program that connects to database with username and password provided, and [Quoted] then selects * from one table.
Problem is following:
Precompiling went fine with no warnings and no errors, when I just compiled
[Quoted] it (without building!) it also went fine. But, when I tried to compile and
[Quoted] build it I got a following error message:
"Unresolved external '_sxlcxt' referenced from module myapp.c"
Can anyone please help me with this problem? It's very urgent!
Thanks in advance! Received on Wed Nov 08 2000 - 15:41:04 CET