Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problem using Pro*C in a cgi program
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
![]() |
![]() |