Ask a Question related to Coldfusion Database Access, Design and Development.
-
12345rgr #1
Coldfusion-Oracle functions-URGENT
I have a cfm file which calls Oracle functions. Now, I updated the Oracle
function and try running the cfm file again[from apache], but i cannot see my
updated values in the page. Do I need to do anything else ? when i try
running in the query from oracle client I can see the changes and the values
updated. Why is cfm not seeing the changes ? I call the cfmquery like this:
<cfquery name='test' datasource='test'> select testFn(name) as
test1 from test; </cfquery> Now, this testFn is already existing and its
running also. Now, I have to make some changes to the existing function and
when i made the changes, the changes r not getting reflected in the output. my
datasource is registered in admin. Please help :confused;
12345rgr Guest
-
Server is tasked at 100% - Coldfusion 5 Urgent
Hello, We are running cf 5.0,0,0 server on Windows 2000 server. All of a sudden it is starting to task out at 100%. We are running 30+ datasources... -
Coldfusion Functions
Sorry if I have posted this incorrectly. Fairly new to this site. My question: Is it possible to trigger the AddDate function with the onfocus... -
Urgent help needed! Compare a string to Sysdate in Oracle
I am trying to write a simple SQL statement which will take a string (startdate) in the format DDMMYYYY and compare it to a date stored in an... -
Oracle BAckup Failed. Urgent Please
Hi gurus, I'm facing this problem where I'm trying to backup using BAckup tool in Oracle EM and it says file already exists. Can you please look... -
Temporary tablespace near 100% full, smon is not freeing up, Oracle 7.3.4.5 ----> URGENT
Oracle does not free up the segments in a temporary tablespace because it is a waste of resources. The next sort needs to allocate it again. In... -
javabuzz #2
Re: Coldfusion-Oracle functions-URGENT
Can we see the cfm code that invokes the db function?
javabuzz Guest
-
jdeline #3
Re: Coldfusion-Oracle functions-URGENT
Sounds like the old function is being cached somewhere and that's what ColdFusion is using.
jdeline Guest



Reply With Quote

