Answered
Alter session in cfquery
Hi everybody,
Should it be a possibility to use the alter session in a query ?
I would like to make something like this:
<cfquery>
ALTER SESSION SET NLS_COMP = LINGUISTIC;
ALTER SESSION SET NLS_SORT = GENERIC_BASELETTER;
select geo_indication from eccgis where country_fk = 'PT' and geo_indication like 'O%';
</cfquery>
As this is good in sqlDeveloper (oracle, without cfquery...), the query gives an error in Cf (semi-columns?).
Does anyone get an idee ?
Thanks in advance,
Michel
Should it be a possibility to use the alter session in a query ?
I would like to make something like this:
<cfquery>
ALTER SESSION SET NLS_COMP = LINGUISTIC;
ALTER SESSION SET NLS_SORT = GENERIC_BASELETTER;
select geo_indication from eccgis where country_fk = 'PT' and geo_indication like 'O%';
</cfquery>
As this is good in sqlDeveloper (oracle, without cfquery...), the query gives an error in Cf (semi-columns?).
Does anyone get an idee ?
Thanks in advance,
Michel
