Ask a Question related to Coldfusion Database Access, Design and Development.
-
besenok #1
Connection between ColdFusion and MySQL
We are running ColdFusion MX on SunOS 5.8 with MySql located on the same server.
If we write any new information into the database, our ColdFusion application
is querying the database and is returning data that had just been replaced.
Upon restarting of ColdFusion this issue disappears. My assumption is that the
old data is being cached somewhere, but I don?t know where or how to trace its
occurrence.
Any suggestions would be greatly appreciated.
besenok Guest
-
#40207 [NEW]: Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL ser
From: arif at peshawaronline dot com Operating system: PHP version: 4.4.4 PHP Bug Type: Compile Warning Bug description: ... -
flex coldfusion connection
can anybody tell me how to upload an image and sent it across to some server which will store that image and other descriptions associated with it... -
aaaaargh grr coldfusion mysql connection
Hi I am trying to connect a new databse mysql4.1 and colfusion 6.1. I have followed the technote :... -
DSNLESS CONNECTION for COLDFUSION 4.0
Is there anywy to have a dsnless connection for COLDFUSION 4.0? I have seen a couple scripts out there but when i try them it errors on me. I... -
ColdFusion MX and mySQL
Hi, I'm having trouble connecting ColdFusion MX (cevelopers edition running on my home win2k PC) to a mySQL database - I just keep getting connection... -
swathi #2
Re: Connection between ColdFusion and MySQL
Hi,
Queries can be cached using cfquery tag and they can cached for certain
amount of time. Other then that there is no other way of caching in coldfusion
itslef. I do not totally understand your question though. If you update the
database table, if your application queries that table, you will get new data.
I am not sure why that will be a issue. Can you clarify your question.
Thanks,
Swathi.
swathi Guest
-
besenok #3
Re: Connection between ColdFusion and MySQL
Hi,
Thanks for replying. I was also mystified why the query was returning old data.
I mannually checked the database to see if the old data was still there, and
didn't find it, only the new data was present.
That is why I wanted to know where I could look in ColdFusion, or anywhere
else, where this data could be cached.
Thanks again.
besenok Guest



Reply With Quote

