Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle Dynamic SQL method 4
Hello everybody,
I developed an application in ProC using the Oracle Dynamic SQL method 4 to access an Oracle database.
I am trying to pass a SQL query("SELECT" statement) which works fine with SQL*Plus but which makes my application crashing.
It is crashing when executing the following ProC query: "EXEC SQL DESCRIBE SELECT LIST FOR S INTO select_dp"
A segmentation violation is generated. When I am using a tool to track the problem, it gives the following stack :
sqlrlc()
sqlgd2t()
sqlnst()
sqlcmex()
sqlcxt()
Has someone already been involved with this problem ?
Thanks for your help.
Regards,
Sylvain.
-- Posted from host-30.whitepj.net [63.145.241.30] via Mailgate.ORG Server - http://www.Mailgate.ORGReceived on Fri Sep 14 2001 - 12:53:04 CDT
![]() |
![]() |