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 -> Problem using Pro*C in a cgi program

Problem using Pro*C in a cgi program

From: <njdj_at_my-deja.com>
Date: Wed, 08 Dec 1999 15:50:14 GMT
Message-ID: <82lunk$ag4$1@nnrp1.deja.com>


I wrote a simple program which uses Pro*C, which I want to execute from a web form using cgi.
The program works when run standalone, reading the database and outputting html.
If I remove the Pro*C modules, it works as expected when run from the web page.
But when I link in the Pro*C modules - even when the logic which executes them is removed - it does not work. More precisely, it exits immediately. I'm running on NT and if I put a DebugBreak() at the first executable statement of main, that does not get executed. And I don't have any static C++ objects to get constructed.
I'm using the Xitami web server.
If you have seen anything like this and have any ideas, please post a reply.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Dec 08 1999 - 09:50:14 CST

Original text of this message

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