Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> pro c precompiler problems
migrating from version 7.1.6 to version 7.3.4 of oracle
I have some embedded SQL in c of the following form
Select *
from TABLE
Where column1 = :param1
Order By INSTR(column2,:param2) DESC,
INSTR(column2,:param3) DESC,
This works fine on 7.1.6 but the precompiler for 7.3.4 seem to ignore the Order By clause. The actual select is exceedingly long and so its difficult to see the entire compiled statement in sq0001 etc
Any theories????
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Tue Sep 15 1998 - 03:31:05 CDT
![]() |
![]() |